aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2020-11-12 15:14:27 -0500
committerDylan Baker <dylan@pnwbakers.com>2020-11-12 12:46:29 -0800
commit8992729adee7b6ad775513f1f93e638ebb1e1891 (patch)
tree4d2a4255b6eed6035e9a3139f5f13d177c624528
parent8351e85bbd531411691ba54bbb0bac6d96ae5bfd (diff)
downloadmeson-8992729adee7b6ad775513f1f93e638ebb1e1891.zip
meson-8992729adee7b6ad775513f1f93e638ebb1e1891.tar.gz
meson-8992729adee7b6ad775513f1f93e638ebb1e1891.tar.bz2
doc: fix typo [skip ci]
-rw-r--r--docs/markdown/snippets/thinlto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/thinlto.md b/docs/markdown/snippets/thinlto.md
index ac242a8..44bc972 100644
--- a/docs/markdown/snippets/thinlto.md
+++ b/docs/markdown/snippets/thinlto.md
@@ -23,5 +23,5 @@ if get_option('b_lto') == 'true'
endif
```
-This should not affect any comman line invocations as configuring LTO
+This should not affect any command line invocations as configuring LTO
with `-Db_lto=true` still works and behaves the same way as before.