diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-03-29 14:47:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 19:47:13 +0100 |
commit | 0f8cb2888311868be83c208fef26d2139af41712 (patch) | |
tree | 9327f7ae13fc2c6907e8eb21051e94bf0ebeab21 /meson.build | |
parent | ed9be128370c93b93895bb1bb61cc1e606277613 (diff) | |
download | libfuse-0f8cb2888311868be83c208fef26d2139af41712.tar.gz |
Fix typos and configure spellcheck for PRs
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ac4dfb9..0b3bd68 100644 --- a/meson.build +++ b/meson.build @@ -114,7 +114,7 @@ if not cc.compiles(code, args: [ '-O0' ]) versioned_symbols = 0 endif -# The detection can be overriden, which is useful for other (above unhandled) +# The detection can be overridden, which is useful for other (above unhandled) # libcs and also especially useful for testing if get_option('disable-libc-symbol-version') versioned_symbols = 0 |