]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Shell Substitutions): Spelling error reported by
authorKevin Ryde <user42@zip.com.au>
Wed, 2 Jun 2004 22:47:12 +0000 (22:47 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 2 Jun 2004 22:47:12 +0000 (22:47 +0000)
Bob Proulx.

doc/autoconf.texi

index 27f30c8f4a5aec0bc1eee9a42f3e0f9280446479..c3684c8e2ac6943b6a6c5485832b6e1f5c7a9ff4 100644 (file)
@@ -9892,7 +9892,7 @@ test "$@{var+set@}" = set || var=@var{@{value@}}
 @cindex `@var{commands}`
 @cindex Command Substitution
 While in general it makes no sense, do not substitute a single builtin
-with side effects, becauase Ash 0.2, trying to optimize, does not fork a
+with side effects, because Ash 0.2, trying to optimize, does not fork a
 subshell to perform the command.
 
 For instance, if you wanted to check that @command{cd} is silent, do not