man/make.conf.5: fix substitution spelling
authorZac Medico <zmedico@gentoo.org>
Mon, 12 Aug 2013 22:40:15 +0000 (15:40 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 12 Aug 2013 22:40:15 +0000 (15:40 -0700)
man/make.conf.5

index 57d052304ce0f0e034edc196f1651522809b93b8..63e2097ea35fd05bc14a8b78f57fb9c8f678481f 100644 (file)
@@ -9,7 +9,7 @@ This file contains various variables that are used by Portage. The file has a
 newline\-delimited list of \fI<key>=<value>\fR pairs (see the default file for
 examples) which are accessible from the environment of ebuilds. It supports
 simple shell\-like expansion of the form \fIvar="${var}"\fR, the source
-keyword and variable substituton, but not some of the more advanced BASH
+keyword and variable substitution, but not some of the more advanced BASH
 features like arrays and special parameter expansions. For more details, see
 the Simple lexical analysis documentation:
 \fLhttp://docs.python.org/3/library/shlex.html\fR.