aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormeator <meator.dev@gmail.com>2023-07-06 18:41:59 +0200
committerEli Schwartz <eschwartz93@gmail.com>2023-07-06 13:14:45 -0400
commita5b74d208b546620c8560f8c0d4471015f0f7a9b (patch)
treee44aa9289e79869e2ffe31cd299da1b22e4bd9b9 /docs
parentdd3c39242bdab0d7360658f2e08ebe8f3d27da6a (diff)
downloadmeson-a5b74d208b546620c8560f8c0d4471015f0f7a9b.zip
meson-a5b74d208b546620c8560f8c0d4471015f0f7a9b.tar.gz
meson-a5b74d208b546620c8560f8c0d4471015f0f7a9b.tar.bz2
Fix typo in Disabler.md
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Disabler.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Disabler.md b/docs/markdown/Disabler.md
index 4aed7ad..1531e1d 100644
--- a/docs/markdown/Disabler.md
+++ b/docs/markdown/Disabler.md
@@ -16,7 +16,7 @@ dep = dependency('foo')
lib = shared_library('mylib', 'mylib.c',
dependencies : dep)
-# And ín a third directory
+# And in a third directory
exe = executable('mytest', 'mytest.c',
link_with : lib)