From 5f1389fb6832ec5b95e546d4925c743d6d49a8f3 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 1 Jun 2010 14:54:37 +0000 Subject: Spelling patches provided by Ulrich Spoerlein. --- mandoc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index 0a4737e7..e3666c2f 100644 --- a/mandoc.h +++ b/mandoc.h @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.8 2010/05/31 23:40:25 kristaps Exp $ */ +/* $Id: mandoc.h,v 1.9 2010/06/01 14:54:37 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -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 */ -- cgit v1.2.3-56-ge451