diff options
author | Dan Yeaw <dan@yeaw.me> | 2023-03-18 19:10:52 +0000 |
---|---|---|
committer | Dan Yeaw <dan@yeaw.me> | 2023-03-18 19:10:52 +0000 |
commit | d6c0817e156314f6be6421e510cb9aa107fb5f0c (patch) | |
tree | 373993c90d447389bfbc557a4298c4cd2b33b77b | |
parent | eab226398f9872c381033f7cb3af43dcb66600f4 (diff) | |
download | glib-networking-d6c0817e156314f6be6421e510cb9aa107fb5f0c.tar.gz |
Fix misspellings of configuration
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index 5b79112..5c40553 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,10 +4,10 @@ # # The environment variable proxy backend is intended for use if you are building # without libproxy. -option('gnutls', type: 'feature', value: 'enabled', description: 'support for GnuTLS networking configration') -option('openssl', type: 'feature', value: 'disabled', description: 'support for OpenSSL networking configration') +option('gnutls', type: 'feature', value: 'enabled', description: 'support for GnuTLS networking configuration') +option('openssl', type: 'feature', value: 'disabled', description: 'support for OpenSSL networking configuration') option('environment_proxy', type: 'feature', value: 'disabled', description: 'support for environment variable proxy configuration') -option('libproxy', type: 'feature', value: 'enabled', description: 'support for libproxy proxy configration') +option('libproxy', type: 'feature', value: 'enabled', description: 'support for libproxy proxy configuration') option('gnome_proxy', type: 'feature', value: 'enabled', description: 'support for GNOME desktop proxy configuration') option('installed_tests', type: 'boolean', value: false, description: 'enable installed tests') option('debug_logs', type: 'boolean', value: false, description: 'enable debug log messages (slow)') |