diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-08 21:06:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-08 21:06:30 +0000 |
commit | 7eac1a5ed56c4c84a6853104a836d1e4899472db (patch) | |
tree | d7274d2e63cf20caa856d61a91d92b240354482c /chapter06 | |
parent | 83528c7103bf2e014b3e783e0b75626beb2bff1b (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gettext.xml | 2 | ||||
-rw-r--r-- | chapter06/sysklogd.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 1e7177bdd..c573d1e14 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -191,7 +191,7 @@ chmod -v 0755 /usr/lib/preloadable_libintl.so</userinput></screen> <varlistentry id="msgcomm"> <term><command>msgcomm</command></term> <listitem> - <para>Finds the messages that are common to to the given + <para>Finds the messages that are common to the given <filename class="extension">.po</filename> files</para> <indexterm zone="ch-system-gettext msgcomm"> <primary sortas="b-msgcomm">msgcomm</primary> diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index f2f25a9a2..4d866a729 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -123,7 +123,7 @@ EOF</userinput></screen> <para>Logs the messages that system programs offer for logging [Every logged message contains at least a date stamp and a hostname, and normally the program's name too, but that depends on how trusting the - logging daemon is told to bei.]</para> + logging daemon is told to be.]</para> <indexterm zone="ch-system-sysklogd syslogd"> <primary sortas="b-syslogd">syslogd</primary> </indexterm> |