]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: absence
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 16:23:08 +0000 (11:23 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:09 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/meson.build
pdns/recursordist/meson.build

index 69e42d5b3bf8d3c706b5af98b2bcc2d1087064e7..0cc75303e61c4d512f2cdc9152881eb996b03b28 100644 (file)
@@ -280,7 +280,7 @@ config_h = configure_file(configuration: conf, output: 'config.h')
 sh_program = find_program('sh')
 dep_no_config_in_source_check = custom_target(
     input: [],
-    output: ['check absense of config.h file in source directory'],
+    output: ['check absence of config.h file in source directory'],
     command: [sh_program, '-c', 'test ! -e @SOURCE_ROOT@/config.h'],
     build_always_stale: true,
 )
index 84d75a38c8e770dc6cd2d7c9d9bb901bfc6b5285..f89d0fb421fe2b32f32fd2cbcacbda37b0eb2f5d 100644 (file)
@@ -244,7 +244,7 @@ config_h = configure_file(configuration: conf, output: 'config.h')
 sh_program = find_program('sh')
 dep_no_config_in_source_check = custom_target(
     input: [],
-    output: ['check absense of config.h file in source directory'],
+    output: ['check absence of config.h file in source directory'],
     command: [sh_program, '-c', 'test ! -e @SOURCE_ROOT@/config.h'],
     build_always_stale: true,
 )