aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris <mail@chohner.com>2019-11-29 18:08:15 +0100
committerGitHub <noreply@github.com>2019-11-29 18:08:15 +0100
commit6cc0ef8c078ec58de0e39603f7cba1865368a848 (patch)
tree741890159befa82121a6ad8772759022c58dc19d
parentcc803072e07f58669d3a9135257a1cf6dc8d313e (diff)
downloadmeson-6cc0ef8c078ec58de0e39603f7cba1865368a848.zip
meson-6cc0ef8c078ec58de0e39603f7cba1865368a848.tar.gz
meson-6cc0ef8c078ec58de0e39603f7cba1865368a848.tar.bz2
docs: fix typo
-rw-r--r--docs/markdown/Reference-manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index eefb496..dd0b3f4 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -155,7 +155,7 @@ run. The behavior of this function is identical to `test` with the
exception that there is no `is_parallel` keyword, because benchmarks
are never run in parallel.
-*Note:* Prior to 0.52.0 benchmark would warn that `depends` and `proiority`
+*Note:* Prior to 0.52.0 benchmark would warn that `depends` and `priority`
were unsupported, this is incorrect
### both_libraries()