From f037e7ef4538b37625c0893d32cad36e72648c8a Mon Sep 17 00:00:00 2001 From: Wolfgang Stöggl Date: Wed, 6 Nov 2019 14:49:00 +0100 Subject: Fix typos found by codespell - Typos were found by codespell v1.16.0 --- docs/markdown/Localisation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Localisation.md') diff --git a/docs/markdown/Localisation.md b/docs/markdown/Localisation.md index 517b64251..ce9e3b671 100644 --- a/docs/markdown/Localisation.md +++ b/docs/markdown/Localisation.md @@ -7,7 +7,7 @@ short-description: Localization with GNU Gettext Localising your application with GNU gettext takes a little effort but is quite straightforward. We'll create a `po` subdirectory at your project root directory for all the localisation info. ## Generating .pot and .po files -In your main meson.build file include the `po` subdirectory in the build proces. +In your main meson.build file include the `po` subdirectory in the build process. subdir('po') -- cgit v1.2.3