2009-10-15 Eric Blake <ebb9@byu.net>
+ Fix typos in INSTALL.
+ * doc/install.texi (Basic Installation, Installation Names): Fix
+ typos in last patch.
+ Repored by Ralf Wildenhues.
+
Improve INSTALL wording.
* doc/install.texi (Basic Installation): Clarify installcheck
behavior.
Optionally, type @samp{make installcheck} to repeat any self-tests, but
this time using the binaries in their final installed location. This
target does not install anything. Running this target as a regular
-user, particlarly if the prior @samp{make install} required root
+user, particularly if the prior @samp{make install} required root
privileges, verifies that the installation completed correctly.
@item
prefix=/alternate/directory} will choose an alternate location for all
directory configuration variables that were expressed in terms of
@samp{$@{prefix@}}. Any directories that were specified during
-@command{configure}, but not in terms of the common prefix, must each be
+@command{configure}, but not in terms of @samp{$@{prefix@}}, must each be
overridden at install time for the entire
installation to be relocated. The approach of makefile variable
overrides for each directory variable is required by the @acronym{GNU}