]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
authorDerek Price <derek@ximbiot.com>
Wed, 12 Nov 2003 15:43:21 +0000 (15:43 +0000)
committerDerek Price <derek@ximbiot.com>
Wed, 12 Nov 2003 15:43:21 +0000 (15:43 +0000)
typo misrepaired by an auto-spellcheck.

ChangeLog
doc/autoconf.texi

index 92f71b0233ac117b3d8504160dbb77ddd5a1a3ba..85e0a1d801b5af5728dca4cf1fc0ba58667db279 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-12  Derek Price  <derek@ximbiot.com>
+
+       * doc/autoconf.texi (Limitations of Usual Tools): Fix what looks like a
+       typo misrepaired by an auto-spellcheck.
+
 2003-11-12  Akim Demaille  <akim@epita.fr>
 
        * bin/autoreconf.in (&parse_args): Don't call automake with
index 253a94b642221b41ee385f0f24a984c0541df0d5..f24636b1ea95356a49269fdc7b9c007c8c49ce1d 100644 (file)
@@ -11306,7 +11306,7 @@ There are two things one should remember about @samp{t} in @command{sed}.
 Firstly, always remember that @samp{t} jumps if @emph{some} substitution
 succeeded, not only the immediately preceding substitution.  Therefore,
 always use a fake @samp{t clear; : clear} to reset the t flag where
-indeed.
+needed.
 
 Secondly, you cannot rely on @command{sed} to clear the flag at each new
 cycle.