aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-02-19 11:50:00 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-02-19 11:50:00 +0000
commit9d9014dbbdf15745def441ed8842a553b156f484 (patch)
treedd0db10698da3e2f84269967a136b1096f62a230 /chapter07
parent77525744345d070d4f2d60d0333eeb9e4d6b0403 (diff)
misspellings
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/locale.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/locale.xml b/chapter07/locale.xml
index ccdb92dff..90a54c2d5 100644
--- a/chapter07/locale.xml
+++ b/chapter07/locale.xml
@@ -127,7 +127,7 @@ EOF</userinput></screen>
<para>You can also specify other language specific environment variables such
as <envar>LANG</envar>, <envar>LC_CTYPE</envar>, <envar>LC_NUMERIC</envar> or
any other environment variable from <command>locale</command> output. Just
- seperate them with a space. An example where <envar>LANG</envar> is set as
+ separate them with a space. An example where <envar>LANG</envar> is set as
en_US.UTF-8 but <envar>LC_CTYPE</envar> is set as just en_US is:</para>
<screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen>