diff options
author | Bruno Haible <bruno@clisp.org> | 2006-08-08 11:33:46 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:53 +0200 |
commit | b4f90fba2ec3c6a229176abf183cd90d0233c295 (patch) | |
tree | a8dc1944c2f18d03e3135413a5114f6542523826 /gettext-runtime | |
parent | 9ba4d45e43e552e3fe869fe052ce868b9b099efd (diff) | |
download | external_gettext-b4f90fba2ec3c6a229176abf183cd90d0233c295.zip external_gettext-b4f90fba2ec3c6a229176abf183cd90d0233c295.tar.gz external_gettext-b4f90fba2ec3c6a229176abf183cd90d0233c295.tar.bz2 |
Fix many typos.
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/doc/nls.texi | 4 | ||||
-rw-r--r-- | gettext-runtime/doc/rt-gettext.texi | 2 | ||||
-rw-r--r-- | gettext-runtime/doc/rt-ngettext.texi | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/gettext-runtime/doc/ChangeLog b/gettext-runtime/doc/ChangeLog index 59c8961..fbe2ecb 100644 --- a/gettext-runtime/doc/ChangeLog +++ b/gettext-runtime/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-08-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * nls.texi: Fix 2 typos. + * rt-gettext.texi, rt-ngettext.texi: Write "System V". + 2006-07-25 Bruno Haible <bruno@clisp.org> * Makefile.msvc: Remove file. diff --git a/gettext-runtime/doc/nls.texi b/gettext-runtime/doc/nls.texi index 1e8e5b3..cab10f1 100644 --- a/gettext-runtime/doc/nls.texi +++ b/gettext-runtime/doc/nls.texi @@ -211,8 +211,8 @@ do or how to get started, please write to coordinator for all translator teams. The English team is special. It works at improving and uniformizing -the terminology in use. Proven linguistic skill are praised -more than programming skill, here. +the terminology in use. Proven linguistic skills are praised +more than programming skills, here. @node Available Packages @section Available Packages diff --git a/gettext-runtime/doc/rt-gettext.texi b/gettext-runtime/doc/rt-gettext.texi index 7487478..68dc3fe 100644 --- a/gettext-runtime/doc/rt-gettext.texi +++ b/gettext-runtime/doc/rt-gettext.texi @@ -25,7 +25,7 @@ Enable expansion of some escape sequences. This option is for compatibility with the @samp{echo} program or shell built-in. The escape sequences @samp{\a}, @samp{\b}, @samp{\c}, @samp{\f}, @samp{\n}, @samp{\r}, @samp{\t}, @samp{\v}, @samp{\\}, and @samp{\} followed by one to three octal digits, are -interpreted like the SystemV @samp{echo} program does. +interpreted like the System V @samp{echo} program did. @item -E @opindex -E@r{, @code{gettext} option} diff --git a/gettext-runtime/doc/rt-ngettext.texi b/gettext-runtime/doc/rt-ngettext.texi index e5df45d..1b8c5a7 100644 --- a/gettext-runtime/doc/rt-ngettext.texi +++ b/gettext-runtime/doc/rt-ngettext.texi @@ -24,7 +24,7 @@ Enable expansion of some escape sequences. This option is for compatibility with the @samp{gettext} program. The escape sequences @samp{\a}, @samp{\b}, @samp{\c}, @samp{\f}, @samp{\n}, @samp{\r}, @samp{\t}, @samp{\v}, @samp{\\}, and @samp{\} followed by one to three octal digits, are -interpreted like the SystemV @samp{echo} program does. +interpreted like the System V @samp{echo} program did. @item -E @opindex -E@r{, @code{ngettext} option} |