diff --git a/README.md b/README.md
index e4ad8eabc2..0245538fc1 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ $ ninja
You can run the test suite using:
```sh
-$ mesontest
+$ meson test
```
And, finally, you can install GTK+ using:
diff --git a/docs/RELEASE-HOWTO.md b/docs/RELEASE-HOWTO.md
index c47d95fb3d..716eac60b9 100644
--- a/docs/RELEASE-HOWTO.md
+++ b/docs/RELEASE-HOWTO.md
@@ -54,7 +54,7 @@ $ ninja -C _build gtk40-properties-pot
release. **Note**: this is critical, a slip-up here will cause the soname
to change.
- 6. Make sure that `mesontest` is happy (`ninja dist` will also run the test
+ 6. Make sure that `meson test` is happy (`ninja dist` will also run the test
suite, but it's better to catch issues before committing and tagging
the release). Typical problems to expect here (depending on whether this
is a devel snapshot or a stable release):
diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml
index fd5f076187..2f2dc1bb78 100644
--- a/docs/reference/gtk/building.sgml
+++ b/docs/reference/gtk/building.sgml
@@ -56,7 +56,7 @@ How to compile GTK+ itself
You can get a list of all available options for the build by
- running mesonconf.
+ running meson configure.
After Meson successfully configured the build directory, you then