From: Fred Morcos Date: Tue, 12 Sep 2023 12:53:02 +0000 (+0200) Subject: Rec: Typos X-Git-Tag: rec-5.0.0-alpha1~1^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=680bf548a94ba676e0e14c94bbcefc976b0f842c;p=thirdparty%2Fpdns.git Rec: Typos --- diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index e231ea2b02..8339ebae88 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -46,7 +46,7 @@ CLEANFILES = htmlfiles.h \ htmlfiles.h: incfiles html/* html/js/* ./incfiles > $@ -# We explicilt build settings in two steps, as settings modifies files in the settings/rust subdir +# We explicitly build settings in two steps, as settings modifies files in the settings/rust subdir SUBDIRS=ext settings settings/rust if LUA diff --git a/pdns/recursordist/lazy_allocator.hh b/pdns/recursordist/lazy_allocator.hh index 39665b6ad2..ead82293af 100644 --- a/pdns/recursordist/lazy_allocator.hh +++ b/pdns/recursordist/lazy_allocator.hh @@ -85,7 +85,7 @@ struct lazy_allocator #ifdef __OpenBSD__ // OpenBSD does not like mmap MAP_STACK regions that have // PROT_NONE, so allocate r/w and mprotect the guard pages - // explictly. + // explicitly. const int protection = PROT_READ | PROT_WRITE; #else const int protection = PROT_NONE;