]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: stepped
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:41:10 +0000 (12:41 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/keyroller/pdns-keyroller-ctl.py

index 1e43cc8a26194d1c80dd7656ca6baf82ec04ede9..ceb58c3c32c91daabd379c3d3265434ad6cda078 100755 (executable)
@@ -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,
                         )