summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-19 14:00:02 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-19 14:00:02 +0100
commitd56907110a524d867404a9f9d95bce7bd818f541 (patch)
tree531b41cd547e971c6539c68689de25c61b6c93c3 /README
parent94b37befe40dfce37851f91245edebd361502ea2 (diff)
downloadglibmm-d56907110a524d867404a9f9d95bce7bd818f541.tar.gz
README: Fix a misspelling
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 60bcd050..b6417674 100644
--- a/README
+++ b/README
@@ -35,7 +35,7 @@ files used by Autotools.
If the tarball was made with Autotools, you must enable maintainer-mode:
$ meson configure -Dmaintainer-mode=yes
-Then, reguardless of how the tarball was made:
+Then, regardless of how the tarball was made:
$ ninja
$ ninja install
You can run the tests like so:
@@ -48,7 +48,7 @@ If the tarball was made with Autotools:
If the tarball was made with Meson, you must enable maintainer-mode:
$ ./autogen.sh --prefix=/some_directory
-Then, reguardless of how the tarball was made:
+Then, regardless of how the tarball was made:
$ make
$ make install
You can build the examples and tests, and run the tests, like so: