From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:42:14 +0000 (-0500) Subject: spelling: successfully X-Git-Tag: rec-5.4.0-alpha1~61^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a38600ee01d847caeed0383dd7509afa1838586;p=thirdparty%2Fpdns.git spelling: successfully Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/keyroller/pdns-keyroller-ctl.py b/pdns/keyroller/pdns-keyroller-ctl.py index ceb58c3c32..139d06cbfe 100755 --- a/pdns/keyroller/pdns-keyroller-ctl.py +++ b/pdns/keyroller/pdns-keyroller-ctl.py @@ -201,7 +201,7 @@ if __name__ == '__main__': if zoneconf.state and zoneconf.state.current_roll.is_waiting_ds(): zoneconf.step(force=True, customttl=int(arguments.ttl)) logger.info( - 'Successfuly stepped {}, now waiting {} before deleting the keys'.format( + 'Successfully stepped {}, now waiting {} before deleting the keys'.format( arguments.domain, arguments.ttl, ) diff --git a/pdns/recursordist/syncres.cc b/pdns/recursordist/syncres.cc index 377ca68bee..90e8b3fd73 100644 --- a/pdns/recursordist/syncres.cc +++ b/pdns/recursordist/syncres.cc @@ -1339,7 +1339,7 @@ uint64_t SyncRes::doDumpSavedParentNSSets(int fileDesc) close(newfd); return 0; } - fprintf(filePtr.get(), "; dump of saved parent nameserver sets succesfully used follows\n"); + fprintf(filePtr.get(), "; dump of saved parent nameserver sets successfully used follows\n"); fprintf(filePtr.get(), "; total entries: %zu\n", s_savedParentNSSet.lock()->size()); fprintf(filePtr.get(), "; domain\tsuccess\tttd\n"); uint64_t count = 0;