diff options
author | Shubham Lagwankar <shubhu105@gmail.com> | 2019-01-14 16:05:54 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-01-14 23:18:41 +0200 |
commit | 4de093c8d513273649dfec35947c210327a4178f (patch) | |
tree | 92276412f587172f7ac5871999f91a25cd149243 | |
parent | 348bd39083d28a542d06bf4ad97b0b00ee746f55 (diff) | |
download | meson-4de093c8d513273649dfec35947c210327a4178f.zip meson-4de093c8d513273649dfec35947c210327a4178f.tar.gz meson-4de093c8d513273649dfec35947c210327a4178f.tar.bz2 |
Fix typo [skip ci]
-rw-r--r-- | man/meson.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.1 b/man/meson.1 index 702ac4d..7eb8fb2 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -37,7 +37,7 @@ backend of Meson is Ninja, which can be invoked like this. You only need to run the Meson command once: when you first configure your build dir. After that you just run the build command. Meson will -autodetect changes in your source tree and regenerates all files +autodetect changes in your source tree and regenerate all files needed to build the project. The setup command is the default operation. If no actual command is |