X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..368bb6629314982118d25b79aeeddd4a82a36d44:/docs/html/gettext/gettext_2.html
diff --git a/docs/html/gettext/gettext_2.html b/docs/html/gettext/gettext_2.html
index 14e1844a33..f529dab9fe 100644
--- a/docs/html/gettext/gettext_2.html
+++ b/docs/html/gettext/gettext_2.html
@@ -149,7 +149,7 @@ the full control she needs.
The comment lines beginning with #, are special because they are
not completely ignored by the programs as comments generally are. The
comma separated list of flags is used by the msgfmt
-program to give the user some better disgnostic messages. Currently
+program to give the user some better diagnostic messages. Currently
there are two forms of flags defined:
xgettext
program adds them. In an automatized PO file processing
+xgettext
program adds them. In an automated PO file processing
system as proposed here the user changes would be thrown away again as
soon as the xgettext
program generates a new template file.
@@ -199,7 +199,7 @@ not having GNU Emacs handy should carefully continue reading on.
Each of untranslated-string and translated-string respects
the C syntax for a character string, including the surrounding quotes
-and imbedded backslashed escape sequences. When the time comes
+and embedded backslashed escape sequences. When the time comes
to write multi-line strings, one should not use escaped newlines.
Instead, a closing quote should follow the last character on the
line to be continued, and an opening quote should resume the string
@@ -540,7 +540,7 @@ merely use x for making the switch.
There are many different ways for encoding a particular string into a
PO file entry, because there are so many different ways to split and
quote multi-line strings, and even, to represent special characters
-by backslahsed escaped sequences. Some features of PO mode rely on
+by backslashed escaped sequences. Some features of PO mode rely on
the ability for PO mode to scan an already existing PO file for a
particular string encoded into the msgid
field of some entry.
Even if PO mode has internally all the built-in machinery for