diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-01 14:54:37 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-01 14:54:37 +0000 |
commit | b1e26b5baa5f13c733e92a965267db9c19e67450 (patch) | |
tree | e239e756ea662ef5075dfae94c2c9ecc0bf25a03 /main.c | |
parent | 13a83155f6409b661fc63fad89e4f0f88094ca1a (diff) | |
download | mandoc-b1e26b5baa5f13c733e92a965267db9c19e67450.tar.gz |
Spelling patches provided by Ulrich Spoerlein.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,7 +97,7 @@ struct curparse { static const char * const mandocerrs[MANDOCERR_MAX] = { "ok", "text should be uppercase", - "sections out of conentional order", + "sections out of conventional order", "section name repeats", "out of order prologue", "repeated prologue entry", @@ -110,7 +110,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "superfluous width argument", "bad date argument", "bad width argument", - "unknown manual sction", + "unknown manual section", "section not in conventional manual section", "end of line whitespace", "scope open on exit", |