]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
zonemd, review comments, spelling fix.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 12 Feb 2021 09:48:38 +0000 (10:48 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 12 Feb 2021 09:48:38 +0000 (10:48 +0100)
services/authzone.h

index b162b4ef5fb21774e393da519ca93035965c91a9..4810017a31e4d07f1725d1da65a209311b298533 100644 (file)
@@ -139,7 +139,7 @@ struct auth_zone {
        /** store the env (worker thread specific) for the zonemd callbacks
         * from the mesh with the results of the lookup, if nonNULL, some
         * worker has already picked up the zonemd verification task and
-        * this worked does not have to do it as well. */
+        * this worker does not have to do it as well. */
        struct module_env* zonemd_callback_env;
        /** zone has been deleted */
        int zone_deleted;