summaryrefslogtreecommitdiffstatshomepage
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-01 14:54:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-01 14:54:37 +0000
commit5f1389fb6832ec5b95e546d4925c743d6d49a8f3 (patch)
tree4f83ffa8aedfba3034aabb12b24d2c0f8597a036 /main.c
parent54da30a660ff34293cfdfdcb59b1933790712a5c (diff)
downloadmandoc-5f1389fb6832ec5b95e546d4925c743d6d49a8f3.tar.gz
mandoc-5f1389fb6832ec5b95e546d4925c743d6d49a8f3.tar.zst
mandoc-5f1389fb6832ec5b95e546d4925c743d6d49a8f3.zip
Spelling patches provided by Ulrich Spoerlein.
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index a0a563e7..78f0ddb0 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.80 2010/05/31 23:40:25 kristaps Exp $ */
+/* $Id: main.c,v 1.81 2010/06/01 14:54:37 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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",