aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Build-system-converters.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Build-system-converters.md')
-rw-r--r--docs/markdown/Build-system-converters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Build-system-converters.md b/docs/markdown/Build-system-converters.md
index 6c81658..18e7470 100644
--- a/docs/markdown/Build-system-converters.md
+++ b/docs/markdown/Build-system-converters.md
@@ -10,4 +10,4 @@ The scripts do not try to do a perfect conversion. This would be extremely diffi
cmake2meson.py path/to/CMake/project/root
-This command generates a skeleton Meson project definition that tries to mirror CMake's setup as close as possible. Once this is done, you need to go through these files manually and finalise the conversion. To make this task as simple as possible, the converter script will transfer all comments from the CMake definition into Meson definition.
+This command generates a skeleton Meson project definition that tries to mirror CMake's setup as close as possible. Once this is done, you need to go through these files manually and finalize the conversion. To make this task as simple as possible, the converter script will transfer all comments from the CMake definition into Meson definition.