=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.80 retrieving revision 1.82 diff -u -p -r1.80 -r1.82 --- mandoc/main.c 2010/05/31 23:40:25 1.80 +++ mandoc/main.c 2010/06/03 13:44:36 1.82 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.80 2010/05/31 23:40:25 kristaps Exp $ */ +/* $Id: main.c,v 1.82 2010/06/03 13:44:36 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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", @@ -141,12 +141,12 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "macro requires body argument(s)", "macro requires argument(s)", "no title in document", + "missing list type", "line argument(s) will be lost", "body argument(s) will be lost", "column syntax is inconsistent", "missing font type", "missing display type", - "missing list type", "displays may not be nested", "no scope to rewind: syntax violated", "scope broken, syntax violated",