]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: successfully
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:42:14 +0000 (12:42 -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
pdns/recursordist/syncres.cc

index ceb58c3c32c91daabd379c3d3265434ad6cda078..139d06cbfea3f9fa27aa2b9b1882375c86828e4b 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 stepped {}, now waiting {} before deleting the keys'.format(
+                        'Successfully stepped {}, now waiting {} before deleting the keys'.format(
                             arguments.domain,
                             arguments.ttl,
                         )
index 377ca68bee24ae1cd3fb6b9311cd578b8c1d29b5..90e8b3fd73eb031177358ddae0024ab71e8c791c 100644 (file)
@@ -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;