Fix typos in -fmessage-length doc
authorNathan Sidwell <nathan@gcc.gnu.org>
Fri, 18 Feb 2000 10:59:43 +0000 (10:59 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 18 Feb 2000 10:59:43 +0000 (10:59 +0000)
From-SVN: r32048

gcc/invoke.texi

index ddd925a8755e6b1e32e923b8f6811005270f9966..dbae2217513d0bf231b7ac616f8c532c9a0129ff 100644 (file)
@@ -1132,7 +1132,7 @@ libgcc} must be built with the same setting of this option.
 
 @item -fmessage-length=@var{n}
 Try to format error messages so that they fit on lines of about @var{n}
-characters.  The deafult is 72 characters.  If @var{n} is zero, then to
+characters.  The default is 72 characters.  If @var{n} is zero, then no
 line-wrapping will be done; each error message will appear on a single
 line.