From a28a16ccb086a938b627fe48a21f4e07dbb6e060 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Wed, 26 Feb 2014 14:52:22 +0000 Subject: [PATCH] typo git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10493 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gettext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 6df7bf751..58170e1f6 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -80,7 +80,7 @@ make -C src msgfmt make -C src msgmerge make -C src xgettext - As only three prograsm have been compiled, it is not possible to run the + As only three programs have been compiled, it is not possible to run the test suite without compiling additional support libraries from the Gettext package. It is therefore not recommended to attempt to run the test suite at this stage.