]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix many typos.
authorBruno Haible <bruno@clisp.org>
Tue, 8 Aug 2006 11:33:46 +0000 (11:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:53 +0000 (12:13 +0200)
gettext-runtime/doc/ChangeLog
gettext-runtime/doc/nls.texi
gettext-runtime/doc/rt-gettext.texi
gettext-runtime/doc/rt-ngettext.texi
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi
gettext-tools/doc/msgattrib.texi
gettext-tools/doc/xgettext.texi

index 59c8961987e5a151b12b8bdf9b11d2e158b1008f..fbe2ecb1a1a0d60b3284dbde28199430707908a5 100644 (file)
@@ -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.
index 1e8e5b3f0791f0ed40bffbe4dcb42bf39d040d94..cab10f17f9132462faa55000bd1897e16674fb04 100644 (file)
@@ -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
index 7487478c01cabb38238ed476db4e5b7023a2c71c..68dc3fe78e739784eb03e02314a655957e05b5b7 100644 (file)
@@ -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}
index e5df45deba2ba9dd6fbd2bec427b70e9a1f93dc4..1b8c5a7032b788965b8cce66decd018ea3b50d55 100644 (file)
@@ -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}
index f727de2ce6daff272b17e1379b83e337ca76fa29..24c3a9a72b860376fe927eff6f7cd656128e3088 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gettext.texi: Fix 17 typos.
+       * msgattrib.texi: Fix 2 typos.
+       * xgettext.texi: Fix 1 typo.
+
 2006-07-25  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.msvc: Remove file.
index 5395853c714a71546cf8819a1feed4c0e565423f..7a08964b261a4239392a5352f7af506bee119573 100644 (file)
@@ -1653,7 +1653,7 @@ This is nearly untranslatable: Is the displayed item @emph{a} parameter or
 @end example
 
 @noindent
-The ambiguity in this message makes it ununderstandable: Is the program
+The ambiguity in this message makes it unintelligible: Is the program
 attempting to set something on fire? Does it mean "The given object does
 not match the template"? Does it mean "The template does not fit for any
 of the objects"?
@@ -1818,7 +1818,7 @@ regardless whether in decimal, octal or hexadecimal.
 @cindex Java, string concatenation
 @cindex C#, string concatenation
 All this applies to other programming languages as well.  For example, in
-Java and C#, string contenation is very frequently used, because it is a
+Java and C#, string concatenation is very frequently used, because it is a
 compiler built-in operator.  Like in C, in Java, you would change
 
 @example
@@ -1935,7 +1935,7 @@ strings in the program sources, while simultaneously producing a set of
 translation in some language, for the package being internationalized.
 
 @emindex @code{etags}, using for marking strings
-The set of program sources, targetted by the PO mode commands describe
+The set of program sources, targeted by the PO mode commands describe
 here, should have an Emacs tags table constructed for your project,
 prior to using these PO file commands.  This is easy to do.  In any
 shell window, change the directory to the root of your project, then
@@ -2287,7 +2287,7 @@ printf (_("Written by %s.\n"),
            manual, section Names.  Note this is actually a non-ASCII
            name: The first name is (with Unicode escapes)
            "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".
-           Pronounciation is like "fraa-swa pee-nar".  */
+           Pronunciation is like "fraa-swa pee-nar".  */
         _("Francois Pinard"));
 @end group
 @end example
@@ -2309,7 +2309,7 @@ script.  Here is an example, using Greek as the target script:
 #. manual, section Names.  Note this is actually a non-ASCII
 #. name: The first name is (with Unicode escapes)
 #. "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".
-#. Pronounciation is like "fraa-swa pee-nar".
+#. Pronunciation is like "fraa-swa pee-nar".
 msgid "Francois Pinard"
 msgstr "\phi\rho\alpha\sigma\omicron\alpha \pi\iota\nu\alpha\rho"
        " (Francois Pinard)"
@@ -2323,7 +2323,7 @@ The translation project @url{http://sourceforge.net/projects/translation}
 has set up a POT file and translation domain consisting of program author
 names, with better facilities for the translator than those presented here.
 Namely, there the original name is written directly in Unicode (rather
-than with Unicode escapes or HTML entities), and the pronounciation is
+than with Unicode escapes or HTML entities), and the pronunciation is
 denoted using the International Phonetic Alphabet (see
 @url{http://www.wikipedia.org/wiki/International_Phonetic_Alphabet}).
 
@@ -2428,7 +2428,7 @@ it reads like this:
 @end smallexample
 
 In other words, @code{dgettext} is used instead of @code{gettext}.
-Similary, the @code{dngettext} function should be used in place of the
+Similarly, the @code{dngettext} function should be used in place of the
 @code{ngettext} function.
 @end enumerate
 
@@ -4041,7 +4041,7 @@ msgcat -o compendium.po file1.po file2.po
 @end example
 
 By default, @code{msgcat} will accumulate divergent translations
-for the same string.  Those occurences will be marked as @code{fuzzy}
+for the same string.  Those occurrences will be marked as @code{fuzzy}
 and highly visible decorated; calling @code{msgcat} on
 @file{file1.po}:
 
@@ -4275,7 +4275,7 @@ write other specialized programs that process PO files.
 For the tasks for which a combination of @samp{msgattrib}, @samp{msgcat} etc.
 is not sufficient, a set of C functions is provided in a library, to make it
 possible to process PO files in your own programs.  When you use this library,
-you don't need to write routines to parse the PO file; instead, you retreive
+you don't need to write routines to parse the PO file; instead, you retrieve
 a pointer in memory to each of messages contained in the PO file.  Functions
 for writing PO files are not provided at this time.
 
@@ -4503,7 +4503,7 @@ that strings are @key{NUL} terminated, so embedded @key{NUL}s are
 somewhat useless.  But the MO file format is general enough so other
 interfaces would be later possible, if for example, we ever want to
 implement wide characters right in MO files, where @key{NUL} bytes may
-accidently appear.  (No, we don't want to have wide characters in MO
+accidentally appear.  (No, we don't want to have wide characters in MO
 files.  They would make the file unnecessarily large, and the
 @samp{wchar_t} type being platform dependent, MO files would be
 platform dependent as well.)
@@ -4611,7 +4611,7 @@ using this interface.  It is a fast, memory-saving implementation, an
 user can happily live with it.  But programmers hate it (at least I and
 some others do@dots{})
 
-But we must not forget one point: after all the trouble with transfering
+But we must not forget one point: after all the trouble with transferring
 the rights on Unix(tm) they at last came to X/Open, the very same who
 published this specification.  This leads me to making the prediction
 that this interface will be in future Unix standards (e.g. Spec1170) and
@@ -7175,7 +7175,7 @@ some older versions of GCC (older than 3.0).
 @item
 When the package does not include the @code{intl/} subdirectory, and the
 libintl.h header (with its associated libintl library, if any) is not
-already installed on the system, it is preferrable that the package builds
+already installed on the system, it is preferable that the package builds
 without internationalization support, rather than to give a compilation
 error.
 @end itemize
@@ -8406,7 +8406,7 @@ will, during its conversion from the translator's encoding to the user's
 locale's encoding, produce the dangerous @code{\x60} bytes.
 
 @item
-A translator could - voluntarily or inadvertantly - use backquotes
+A translator could - voluntarily or inadvertently - use backquotes
 @code{"`...`"} or dollar-parentheses @code{"$(...)"} in her translations.
 The enclosed strings would be executed as command lists by the shell.
 @end enumerate
@@ -9795,7 +9795,7 @@ print $gettext@{Error@};
 @end example
 
 The exact rule is: You can omit the surrounding quotes, when the hash
-key is a valid C (!) identifier, i. e. when it starts with an
+key is a valid C (!) identifier, i.e. when it starts with an
 underscore or an ASCII letter and is followed by an arbitrary number
 of underscores, ASCII letters or digits.  Other Unicode characters
 are @emph{not} allowed, regardless of the @code{use utf8} pragma.
@@ -10064,7 +10064,7 @@ s/$gettext@{"U. S. A."@}/$gettext@{"U. S. A."@} $gettext@{"(dial +0)"@}/g;
 
 In Perl, parentheses around function arguments are mostly optional.
 @code{xgettext} will always assume that all
-recognized keywords (except for hashs and hash references) are names
+recognized keywords (except for hashes and hash references) are names
 of properly prototyped functions, and will (hopefully) only require
 parentheses where Perl itself requires them.  All constructs in the
 following example are therefore ok to use:
@@ -10158,7 +10158,7 @@ EOF
 @end group
 @end example
 
-Please do not forget, that the line breaks are real, i. e. they
+Please do not forget, that the line breaks are real, i.e. they
 translate into newline characters that will consequently show up in
 the resulting POT file.
 
@@ -10580,7 +10580,7 @@ While Jim took some distance and time and became dad for a second
 time, Roland wanted to get GNU @code{libc} internationalized, and
 got Ulrich Drepper involved in that project.  Instead of starting
 from @code{glocale}, Ulrich rewrote something from scratch, but
-more conformant to the set of guidelines who emerged out of the
+more conforming to the set of guidelines who emerged out of the
 @code{glocale} effort.  Then, Ulrich got people from the previous
 forum to involve themselves into this new project, and the switch
 from @code{glocale} to what was first named @code{msgutils}, renamed
index 925c7a30f7716f06101f5e1b49f8916128235292..9baa603fbe7758898adc9b8dc0f67e3ca44715fd 100644 (file)
@@ -72,7 +72,7 @@ Keep
 @ifnothtml
 `fuzzy'
 @end ifnothtml
-marked messages, remove all other messsages.
+marked messages, remove all other messages.
 
 @item --no-obsolete
 @opindex --no-obsolete@r{, @code{msgattrib} option}
@@ -86,7 +86,7 @@ Keep obsolete #~ messages, remove all other messages.
 
 @subsection Attribute manipulation
 
-@cindex modify message attrributes
+@cindex modify message attributes
 Attributes are modified after the message selection/removal has been
 performed.  If the @samp{--only-file} or @samp{--ignore-file} option is
 specified, the attribute modification is applied only to those messages
index f5eeccbc198fa135b77dcf5bcb365f8302c887a0..4be8c4b87ab0a2b72b60b364930b0ee3bee4581e 100644 (file)
@@ -147,7 +147,7 @@ use default keywords).
 
 @cindex adding keywords, @code{xgettext}
 @cindex context, argument specification in @code{xgettext}
-If @var{keywordspec} is a C identifer @var{id}, @code{xgettext} looks
+If @var{keywordspec} is a C identifier @var{id}, @code{xgettext} looks
 for strings in the first argument of each call to the function or macro
 @var{id}.  If @var{keywordspec} is of the form
 @samp{@var{id}:@var{argnum}}, @code{xgettext} looks for strings in the