From 0f870a62c657be7151233a59fe10516557717cd8 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 12 Mar 2025 15:11:34 +0100 Subject: [PATCH] Typo in help string Co-authored-by: Miod Vallat --- pdns/recursordist/meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.47.2