]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Fix typo at error message
authorpcarana <pc.moreno2099@gmail.com>
Fri, 24 Apr 2020 18:52:07 +0000 (13:52 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 24 Apr 2020 18:52:07 +0000 (13:52 -0500)
src/updates_daemon.c

index 2306d6942911e981886a17152432458b79d1d5d5..54c3de6183eeff4a169ed2c3cc71f815649c9b1d 100644 (file)
@@ -34,7 +34,7 @@ check_vrps_updates(void *param_void)
                if (changed) {
                        error = notify_clients();
                        if (error)
-                               pr_debug("Could't notify clients of the new VRPs. (Error code %d.) Sleeping...",
+                               pr_debug("Couldn't notify clients of the new VRPs. (Error code %d.) Sleeping...",
                                    error);
                        else
                                pr_debug("Database updated successfully. Sleeping...");