# HG changeset patch # User Bruno Haible # Date 1192471896 -7200 # Node ID 3fcb5d44ec45f833715ca393652abbce2c64b784 # Parent 233439805e0af7b38acc035786c53bdab72c0055 Fix typos in last patch. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi --- 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