aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Mattiello <lucae.mattiello@gmail.com>2017-07-24 20:46:55 +0200
committerIgor Gnatenko <ignatenko@redhat.com>2017-07-24 20:53:55 +0200
commitf169f5f55b124a586d92d51fdec0145e41fb4d1f (patch)
treef908c90f3530dd291cebf9ca5f2b0b2e37911c0f
parentccde05f0ac96ac401a782262398bd26ac381283a (diff)
downloadmeson-f169f5f55b124a586d92d51fdec0145e41fb4d1f.zip
meson-f169f5f55b124a586d92d51fdec0145e41fb4d1f.tar.gz
meson-f169f5f55b124a586d92d51fdec0145e41fb4d1f.tar.bz2
docs: fix typos in Localization.md
-rw-r--r--docs/markdown/Localisation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Localisation.md b/docs/markdown/Localisation.md
index 27181e5..34cad8d 100644
--- a/docs/markdown/Localisation.md
+++ b/docs/markdown/Localisation.md
@@ -29,7 +29,7 @@ langs = ['fi', 'de']
i18n.gettext('intltest', languages : langs)
```
-The first command imports the `i18n` module that provides gettext features. The second line does the actual invocation. The first argument to the is the gettext package name. This causes two things to happen. The first is that Meson will generate binary mo files and put them to their proper locations when doing an install. The second is that it creates a build rule to regenerate the main pot file. If you are using the Ninja backend, this is how you would invoke the rebuild.
+The first command imports the `i18n` module that provides gettext features. The third line does the actual invocation. The first argument is the gettext package name. This causes two things to happen. The first is that Meson will generate binary mo files and put them to their proper locations when doing an install. The second is that it creates a build rule to regenerate the main pot file. If you are using the Ninja backend, this is how you would invoke the rebuild.
```console
$ ninja intltest-pot