From: Bruno Haible Date: Mon, 15 Oct 2007 18:11:36 +0000 (+0200) Subject: Fix typos in last patch. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4b76baab407034c10af8ada9bc2a5f680b41d0;p=pspp Fix typos in last patch. --- diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index bd66478e6e..9021e62a8c 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -245,8 +245,8 @@ resulting object files to be automatically added to @file{lib/libgnu.a}. 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