summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-08-02 19:34:22 +0200
committerLudovic Courtès <ludo@gnu.org>2016-08-02 23:43:29 +0200
commit201fff9ea1c8ab973a35881a2736e053b844d0d7 (patch)
tree11cba1791d92c32245af7620fbfd9ce3edcb377f
parent4e92d76a4056cfb11003826e595d0df13f92612b (diff)
doc: Fix typo.
* doc/guix.texi (Locales): Add missing 'of'.
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 77f028e077..e7dc896da0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7402,7 +7402,7 @@ read locale data produced with libc 2.22; worse, that program
data@footnote{Versions 2.23 and later of GNU@tie{}libc will simply skip
the incompatible locale data, which is already an improvement.}.
Similarly, a program linked against libc 2.22 can read most, but not
-all, the locale data from libc 2.21 (specifically, @code{LC_COLLATE}
+all, of the locale data from libc 2.21 (specifically, @code{LC_COLLATE}
data is incompatible); thus calls to @code{setlocale} may fail, but
programs will not abort.