summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-30 10:18:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-30 10:18:24 +0000
commit9d7aa895cbfd8afba87de99ca42b9188c0d3f606 (patch)
treeed7987588bef7c7a4959ed6c15126d5cd1d28b91 /html.c
parentf6fa914d0b93b882cbff739e671c11d141d1460b (diff)
downloadmandoc-9d7aa895cbfd8afba87de99ca42b9188c0d3f606.tar.gz
No code change: fixing spelling errors. From a patch by uqs@. Thanks!
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index d5eee733..6216f3ec 100644
--- a/html.c
+++ b/html.c
@@ -427,7 +427,7 @@ print_otag(struct html *h, enum htmltag tag,
print_attr(h, "lang", "en");
}
- /* Accomodate for XML "well-formed" singleton escaping. */
+ /* Accommodate for XML "well-formed" singleton escaping. */
if (HTML_AUTOCLOSE & htmltags[tag].flags)
switch (h->type) {