changeset 9346:3fcb5d44ec45

Fix typos in last patch.
author Bruno Haible <bruno@clisp.org>
date Mon, 15 Oct 2007 20:11:36 +0200
parents 233439805e0a
children 637caf8d483d
files doc/gnulib-tool.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/gnulib-tool.texi
+++ b/doc/gnulib-tool.texi
@@ -245,8 +245,8 @@
 This is because your @code{AC_LIBOBJ} and @code{AC_REPLACE_FUNCS} invocations
 from @file{configure.ac} augment a variable @code{@@LIBOBJS@@} (and/or
 @code{@@LTLIBOBJS@@} if using Libtool), whereas @file{lib/libgnu.a}
-is build from the contents of a different variable, usually
-@code{@@gl_LIBOBJS@@} (or @code{@@gl_LTLIBOBJS@@} is using Libtool).
+is built from the contents of a different variable, usually
+@code{@@gl_LIBOBJS@@} (or @code{@@gl_LTLIBOBJS@@} if using Libtool).
 
 
 @node Modified imports