aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.54.0.md
diff options
context:
space:
mode:
authorSoapux <35306504+Soapux@users.noreply.github.com>2020-05-27 11:51:39 -0500
committerGitHub <noreply@github.com>2020-05-27 19:51:39 +0300
commit228fd24ca4039fe48d8f30a82cccc83d72b0e786 (patch)
tree591a77010aed4e572992ab5da8f6e15577590c7e /docs/markdown/Release-notes-for-0.54.0.md
parentc9cd235af4b58b169c30fa497f0adae4e69c5f4c (diff)
downloadmeson-228fd24ca4039fe48d8f30a82cccc83d72b0e786.zip
meson-228fd24ca4039fe48d8f30a82cccc83d72b0e786.tar.gz
meson-228fd24ca4039fe48d8f30a82cccc83d72b0e786.tar.bz2
docs: Fix typo in Release notes [skip ci]
Diffstat (limited to 'docs/markdown/Release-notes-for-0.54.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.54.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.54.0.md b/docs/markdown/Release-notes-for-0.54.0.md
index 2c8880c..3202b57 100644
--- a/docs/markdown/Release-notes-for-0.54.0.md
+++ b/docs/markdown/Release-notes-for-0.54.0.md
@@ -14,7 +14,7 @@ If it set to 0 then the PTHREAD_POOL_SIZE option will not be passed.
## Introduce dataonly for the pkgconfig module
This allows users to disable writing out the inbuilt variables to
-the pkg-config file as they might actualy not be required.
+the pkg-config file as they might actually not be required.
One reason to have this is for architecture-independent pkg-config
files in projects which also have architecture-dependent outputs.