From: Nick Bowler Date: Tue, 4 Oct 2011 01:51:09 +0000 (-0400) Subject: Fix typos in manual. X-Git-Tag: v1~87 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/3e9109a4159b6abf0c4cbdbfe731e04f2bf4214e?ds=sidebyside;hp=dd0e33293dca1f19fd465b4d96b64adb6444e0d2 Fix typos in manual. Apparently I was too drunk to spell "declaration" when I wrote this. --- diff --git a/doc/man/cdecl99.1 b/doc/man/cdecl99.1 index 086e772..e217c26 100644 --- a/doc/man/cdecl99.1 +++ b/doc/man/cdecl99.1 @@ -3,7 +3,7 @@ .Dt CDECL99 \&1 "Cdecl99 User's Manual" .Sh NAME .Nm cdecl99 -.Nd Make sense of C declaratiosns +.Nd Make sense of C declarations .Sh SYNOPSIS .Nm .Op Fl q @@ -81,7 +81,7 @@ the argument. Whitespace preceding the command name is ignored. Translates a given C declaration or type name into something resembling English. .It simplify Ar declaration -Simplifies a given C decalaration or type name by eliminating redundant +Simplifies a given C declaration or type name by eliminating redundant components. .It declare Ar identifier No as Ar english-decl Translates an English declaration into C code.