X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..fced50667d1e3fd106c5f441e63bfe4724b0cfda:/docs/html/gettext/gettext_3.html
diff --git a/docs/html/gettext/gettext_3.html b/docs/html/gettext/gettext_3.html
index 482a9872f7..1311d7068f 100644
--- a/docs/html/gettext/gettext_3.html
+++ b/docs/html/gettext/gettext_3.html
@@ -94,7 +94,7 @@ numbers in the "C"
locale format. In some situation, it might
also be a problem with the notation itself which makes it impossible to
recognize whether the number is in the "C"
locale or the local
format. This can happen if thousands separator characters are used.
-Some locales define this character accordfing to the national
+Some locales define this character according to the national
conventions to '.'
which is the same character used in the
"C"
locale to denote the decimal point.
@@ -524,7 +524,7 @@ Consider the following case:
While it is no problem to mark the string "a default message"
it
is not possible to mark the string initializers for messages
.
-What is to be done? We have to fulfill two tasks. First we have to mark the
+What is to be done? We have to fulfil two tasks. First we have to mark the
strings so that the xgettext
program (see section Invoking the xgettext
Program)
can find them, and second we have to translate the string at runtime
before printing them.