diff options
author | David Robillard <d@drobilla.net> | 2022-05-09 15:40:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-09 15:40:09 -0400 |
commit | bd70bc95db7b9aea77d04ffba0693a485d4af8c6 (patch) | |
tree | 79bd31cdbec873da4df56a4b7de5911d443b8162 /doc | |
parent | 7ab1f698e8c883b23e6df6a404e7f1c33363ff2d (diff) | |
download | lv2-bd70bc95db7b9aea77d04ffba0693a485d4af8c6.tar.xz |
Fix incorrect spelling and test for regression with codespell
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/asciidoc.css b/doc/asciidoc.css index 59bf677..2e64544 100644 --- a/doc/asciidoc.css +++ b/doc/asciidoc.css @@ -435,7 +435,7 @@ th.tableblock { td.tableblock, th.tableblock { border: 1px dashed #ccc; } -/* Because the table frame attribute is overriden by CSS in most browsers. */ +/* Because the table frame attribute is overridden by CSS in most browsers. */ div.tableblock > table[frame="void"] { border-style: none; } |