diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-04-11 22:06:43 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-04-11 22:07:11 +0530 |
commit | 487526bfff8583cf1c0805e300967d8f23932fb0 (patch) | |
tree | f423965516aa083545845782afa6b82e29673fa1 /docs/markdown/snippets | |
parent | e103675a3995f799d65a90595c62ad7f0ed4a088 (diff) | |
download | meson-487526bfff8583cf1c0805e300967d8f23932fb0.zip meson-487526bfff8583cf1c0805e300967d8f23932fb0.tar.gz meson-487526bfff8583cf1c0805e300967d8f23932fb0.tar.bz2 |
Trivial update to meson vim syntax + typo in snippet [skip ci]
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/del-old-names.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/del-old-names.md b/docs/markdown/snippets/del-old-names.md index c4abc9a..5ac5873 100644 --- a/docs/markdown/snippets/del-old-names.md +++ b/docs/markdown/snippets/del-old-names.md @@ -2,6 +2,6 @@ Old executable names `mesonintrospect`, `mesonconf`, `mesonrewriter` and `mesontest` have been deprecated for a long time. Starting from -this versino they no longer do anything but instead always error +this version they no longer do anything but instead always error out. All functionality is available as subcommands in the main `meson` binary. |