diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 00:18:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 00:18:00 +0300 |
commit | 8cb15d728b3cfe9f2b26762ab78490da4628a30d (patch) | |
tree | 88ae990db099bb3430a094f6e1e736eb8bbcc063 /docs/markdown/Comparisons.md | |
parent | 108dac5c162eb086b8cce3f4d0575f7282c72c48 (diff) | |
parent | f9de195d7c5a6ed4b02ea7c87137ac6be7f15d9c (diff) | |
download | meson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.zip meson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.tar.gz meson-8cb15d728b3cfe9f2b26762ab78490da4628a30d.tar.bz2 |
Merge pull request #1723 from QuLogic/doc-updates
Minor documentation updates
Diffstat (limited to 'docs/markdown/Comparisons.md')
-rw-r--r-- | docs/markdown/Comparisons.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Comparisons.md b/docs/markdown/Comparisons.md index ede3cf9..4ceb930 100644 --- a/docs/markdown/Comparisons.md +++ b/docs/markdown/Comparisons.md @@ -1,5 +1,5 @@ --- -title: Comparisions +title: Comparisons ... # Comparing Meson with other build systems # @@ -14,7 +14,7 @@ Excellent support for legacy Unix platforms, large selection of existing modules ### Cons ### -Needlessly slow, complicated, hard to use correctly, unreliable, painful to debug, ununderstandable for most people, poor support for non-Unix platforms (especially Windows). +Needlessly slow, complicated, hard to use correctly, unreliable, painful to debug, incomprehensible for most people, poor support for non-Unix platforms (especially Windows). ## CMake ## |