aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2021-10-25 09:17:46 +0530
committerEli Schwartz <eschwartz93@gmail.com>2021-10-25 00:35:11 -0400
commit6ea4e21b6d4b093eea7a3de35941b53475a3b579 (patch)
treee1c606d59a250de438cbd78484e07e33cc18ed00
parent954fa95133f7a0b559b60a6f587e2fbd4271abaa (diff)
downloadmeson-6ea4e21b6d4b093eea7a3de35941b53475a3b579.zip
meson-6ea4e21b6d4b093eea7a3de35941b53475a3b579.tar.gz
meson-6ea4e21b6d4b093eea7a3de35941b53475a3b579.tar.bz2
Fix typos in release notes for 0.60.0
-rw-r--r--docs/markdown/Release-notes-for-0.60.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.60.0.md b/docs/markdown/Release-notes-for-0.60.0.md
index 969944b..eb3510c 100644
--- a/docs/markdown/Release-notes-for-0.60.0.md
+++ b/docs/markdown/Release-notes-for-0.60.0.md
@@ -28,7 +28,7 @@ alias_target('all-pot', all_pot_targets)
## The Python Modules dependency method no longer accepts positional arguments
-Previously these were igrnoed with a warning, now they're a hard error.
+Previously these were ignored with a warning, now they're a hard error.
## `unset_variable()`
@@ -245,7 +245,7 @@ jdkjava = shared_module(
)
```
-== Link tests can use sources for a different compiler ==
+## Link tests can use sources for a different compiler
Usually, the `links` method of the compiler object uses a single program
invocation to do both compilation and linking. Starting with this version,