source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Spelling patches provided by Ulrich Spoerlein.
@ 2010-06-01 14:54 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-06-01 14:54 UTC (permalink / raw)
  To: source

Log Message:
-----------
Spelling patches provided by Ulrich Spoerlein.

Modified Files:
--------------
    mdocml:
        main.c
        mandoc.h

Revision Data
-------------
Index: mandoc.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lmandoc.h -Lmandoc.h -u -p -r1.8 -r1.9
--- mandoc.h
+++ mandoc.h
@@ -26,7 +26,7 @@ __BEGIN_DECLS
 enum	mandocerr {
 	MANDOCERR_OK,
 	MANDOCERR_UPPERCASE, /* text should be uppercase */
-	MANDOCERR_SECOOO, /* sections out of conentional order */
+	MANDOCERR_SECOOO, /* sections out of conventional order */
 	MANDOCERR_SECREP, /* section name repeats */
 	MANDOCERR_PROLOGOOO, /* out of order prologue */
 	MANDOCERR_PROLOGREP, /* repeated prologue entry */
@@ -39,7 +39,7 @@ enum	mandocerr {
 	MANDOCERR_WIDTHARG, /* superfluous width argument */
 	MANDOCERR_BADDATE, /* bad date argument */
 	MANDOCERR_BADWIDTH, /* bad width argument */
-	MANDOCERR_BADMSEC, /* unknown manual sction */
+	MANDOCERR_BADMSEC, /* unknown manual section */
 	MANDOCERR_SECMSEC, /* section not in conventional manual section */
 	MANDOCERR_EOLNSPACE, /* end of line whitespace */
 	MANDOCERR_SCOPEEXIT, /* scope open on exit */
Index: main.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/main.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -Lmain.c -Lmain.c -u -p -r1.80 -r1.81
--- main.c
+++ main.c
@@ -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[MAN
 	"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",
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-01 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-01 14:54 mdocml: Spelling patches provided by Ulrich Spoerlein kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).