about summary refs log tree commit diff
path: root/manual/message.texi
diff options
context:
space:
mode:
authorVille Skytta <ville.skytta@iki.fi>2013-12-30 15:29:35 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-12-30 15:42:26 +0100
commit9dcc8f116c57767cbdb967d57523c2050c25a583 (patch)
tree8a1644d71deb804b101852a3ff5cdfb72ad5ba93 /manual/message.texi
parentd97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff)
downloadglibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.gz
glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.xz
glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.zip
Fix spelling in manual, as in bug 16376
Diffstat (limited to 'manual/message.texi')
-rw-r--r--manual/message.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/message.texi b/manual/message.texi
index bb5b11bc6f..804da105a3 100644
--- a/manual/message.texi
+++ b/manual/message.texi
@@ -967,7 +967,7 @@ If a catalog for a wanted language is not available it is not always the
 second best choice to fall back on the language of the developer and
 simply not translate any message.  Instead a user might be better able
 to read the messages in another language and so the user of the program
-should be able to define an precedence order of languages.
+should be able to define a precedence order of languages.
 @end itemize
 
 We can divide the configuration actions in two parts: the one is
@@ -1114,7 +1114,7 @@ only usable for certain, hardcoded language environments.  Instead the
 extended @code{gettext} interface should be used.
 
 These extra functions are taking instead of the one key string two
-strings and an numerical argument.  The idea behind this is that using
+strings and a numerical argument.  The idea behind this is that using
 the numerical argument and the first string as a key, the implementation
 can select using rules specified by the translator the right plural
 form.  The two string arguments then will be used to provide a return