]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in help string 15293/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 12 Mar 2025 14:11:34 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 14:11:34 +0000 (15:11 +0100)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/recursordist/meson_options.txt

index 5636c72b5ba1f3da6bcd2678c99aa5847ca11b39..71073527c206badfd66bebffbf32095ce436906d 100644 (file)
@@ -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')