From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:41:10 +0000 (-0500) Subject: spelling: stepped X-Git-Tag: rec-5.4.0-alpha1~61^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d40f145eab421ff5fd061a9087a8f2e365b6e3a;p=thirdparty%2Fpdns.git spelling: stepped 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 1e43cc8a26..ceb58c3c32 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 steped {}, now waiting {} before deleting the keys'.format( + 'Successfuly stepped {}, now waiting {} before deleting the keys'.format( arguments.domain, arguments.ttl, )