]> git.draconx.ca Git - cdecl99.git/commitdiff
Fix typos in manual.
authorNick Bowler <nbowler@draconx.ca>
Tue, 4 Oct 2011 01:51:09 +0000 (21:51 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 23 Oct 2011 00:20:58 +0000 (20:20 -0400)
Apparently I was too drunk to spell "declaration" when I wrote this.

doc/man/cdecl99.1

index 086e772a3b7d08a82e43453fbf5d5990ceabb4b2..e217c26d730591c8ae10aab3088ceb995e714b84 100644 (file)
@@ -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.