* doc/m4.texinfo, tests/others.at: Fix typos. Index: doc/m4.texinfo =================================================================== RCS file: /cvsroot/m4/m4/doc/m4.texinfo,v retrieving revision 1.23 diff -u -r1.23 m4.texinfo --- doc/m4.texinfo 5 Jul 2006 20:54:15 -0000 1.23 +++ doc/m4.texinfo 7 Jul 2006 18:17:49 -0000 @@ -276,7 +276,7 @@ The @code{m4} macro processor is widely available on all UNIXes. Usually, only a small percentage of users are aware of its existence. -However, those who find it often become commited users. The +However, those who find it often become committed users. The popularity of GNU Autoconf, which prerequires GNU @code{m4} for @emph{generating} the @file{configure} scripts, is an incentive for many to install it, while these people will not themselves @@ -330,7 +330,7 @@ Language: 2nd edition'', Electronic Announcement on comp.compilers newsgroup (1992). -Francois Pinard took over maintainance of GNU @code{m4} in 1992, until +Francois Pinard took over maintenance of GNU @code{m4} in 1992, until 1994 when he released GNU @code{m4} 1.4, which was the stable release for 10 years. In 2004, Paul Eggert released 1.4.1 and 1.4.2 which addressed some long standing bugs in the venerable 1.4 release. @@ -354,7 +354,7 @@ @cindex options, command line All options begin with @samp{-}, or if long option names are used, with a @samp{--}. A long option name need not be written completely, any -unambigous prefix is sufficient. @code{m4} understands the following +unambiguous prefix is sufficient. @code{m4} understands the following options: @table @code @@ -383,7 +383,7 @@ @item -Q @itemx --quiet @itemx --silent -Suppress warnings about missing or superflous arguments in macro calls. +Suppress warnings about missing or superfluous arguments in macro calls. @item -P @itemx --prefix-builtins @@ -1131,7 +1131,7 @@ is not so in UNIX implementations of @code{m4}, which only recognize one digit. -As a special case, the zero'th argument, @code{$0}, is always the name +As a special case, the zeroth argument, @code{$0}, is always the name of the macro being expanded. @example @@ -1885,11 +1885,11 @@ Show the name of the current input file in each trace output line. @item l -Show the the current input line number in each trace output line. +Show the current input line number in each trace output line. @item p Print a message when a named file is found through the path search -mecanism (@pxref{Search Path}), giving the actual file name used. +mechanism (@pxref{Search Path}), giving the actual file name used. @item i Print a message each time the current input file is changed, giving file @@ -2360,7 +2360,7 @@ There is obviously an overlap with @code{changecom} and @code{changequote}. Comment delimiters and quotes can now be defined in -two different ways. To avoid incompatibilites, if the quotes are set +two different ways. To avoid incompatibilities, if the quotes are set with @code{changequote}, all characters marked in the syntax table as quotes will be unmarked, leaving only one set of defined quotes as before. Since the quotes are syntax attributes rather than syntax @@ -2421,7 +2421,7 @@ Note how it is possible to have both long and short quotes, if @code{changequote} is used before @code{changesyntax}. -The syntax table is initialiased to be backwards compatible, so if you +The syntax table is initialized to be backwards compatible, so if you never call @code{changesyntax}, nothing will have changed. Debugging output continue to use @kbd{(}, @kbd{,} and @kbd{)} to show @@ -3147,7 +3147,7 @@ @end deffn When used with two arguments, while @code{eregexp} returns the position -of the match, @code{epatsusbt} deletes it: +of the match, @code{epatsubst} deletes it: @example epatsubst(`GNUs not Unix', `^', `OBS: ') @@ -3987,7 +3987,7 @@ diversion were made, and not where it was inserted again. @item -GNU @code{m4} makes no attempt at prohiting autoreferential definitions +GNU @code{m4} makes no attempt at prohibiting autoreferential definitions like: @comment ignore Index: tests/others.at =================================================================== RCS file: /cvsroot/m4/m4/tests/others.at,v retrieving revision 1.17 diff -u -r1.17 others.at --- tests/others.at 5 Jul 2006 20:54:15 -0000 1.17 +++ tests/others.at 7 Jul 2006 18:17:50 -0000 @@ -256,7 +256,7 @@ # Eh eh eh... # We can't embed iso8859.m4 in here since precisly this file demonstrates -# an M4 ``bug'': it's inability to handle the NUL character. So there +# an M4 ``bug'': its inability to handle the NUL character. So there # is no use in trying to handle it here... Well, until autom4te provides # us with means to.