From: Otto Moerbeek Date: Wed, 12 Mar 2025 14:11:34 +0000 (+0100) Subject: Typo in help string X-Git-Tag: dnsdist-2.0.0-alpha1~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15293%2Fhead;p=thirdparty%2Fpdns.git Typo in help string Co-authored-by: Miod Vallat --- diff --git a/pdns/recursordist/meson_options.txt b/pdns/recursordist/meson_options.txt index 5636c72b5b..71073527c2 100644 --- a/pdns/recursordist/meson_options.txt +++ b/pdns/recursordist/meson_options.txt @@ -22,5 +22,5 @@ option('socket-dir', type: 'string', value: '/var/run', description: 'Where the option('snmp', type: 'boolean', value: false, description: 'Enable SNMP') option('dnstap', type: 'feature', value: 'auto', description: 'Enable DNSTAP support through libfstrm') option('libcurl', type: 'feature', value: 'auto', description: 'Enable Curl support') -option('nod', type: 'boolean', value: true, description: 'Enable Newly Obserbed Domains') +option('nod', type: 'boolean', value: true, description: 'Enable Newly Observed Domains') option('libcap', type: 'feature', value: 'auto', description: 'Enable libcap for capabilities handling')