diff options
author | morganamilo <morganamilo@gmail.com> | 2019-02-02 20:01:05 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-02-04 01:17:30 +0100 |
commit | 04e77591d6333002815e9276ca08c01230fcf212 (patch) | |
tree | 96143cf560ce7fd6bbaa34e793be3b2f00ae4516 /meson_options.txt | |
parent | 11bc315cdb3c2a3f227b4d05c13f615dfb453b5e (diff) | |
download | pacman-04e77591d6333002815e9276ca08c01230fcf212.tar.gz pacman-04e77591d6333002815e9276ca08c01230fcf212.tar.xz |
fix various typos
Signed-off-by: morganamilo <morganamilo@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 422a9ae4..bf3fc22d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,7 +2,7 @@ option('use-git-version', type : 'boolean', value : false, description : 'take version information from git') option('buildstatic', type : 'boolean', value : false, - description : 'if true, build staticly linked binaries') + description : 'if true, build statically linked binaries') # directories and filenames option('root-dir', type : 'string', value : '/', |