aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2021-10-25 09:17:46 +0530
committerGitHub <noreply@github.com>2021-10-25 09:17:46 +0530
commitf3d1a86aea56462257ef12ffb721fa7910a420b7 (patch)
treee1c606d59a250de438cbd78484e07e33cc18ed00
parent954fa95133f7a0b559b60a6f587e2fbd4271abaa (diff)
downloadmeson-nirbheek-vacation-nolife-typo-fixes.zip
meson-nirbheek-vacation-nolife-typo-fixes.tar.gz
meson-nirbheek-vacation-nolife-typo-fixes.tar.bz2
Fix typos in release notes for 0.60.0nirbheek-vacation-nolife-typo-fixes
-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,