]> git.meshlink.io Git - catta/blobdiff - avahi-dnsconfd/main.c
* rename all limit defs so that they end with _MAX
[catta] / avahi-dnsconfd / main.c
index faf049044d855420f37b0b5596d9efcc6223d14a..327d73893855534b061330531a689527c00d2be7 100644 (file)
@@ -588,7 +588,7 @@ int main(int argc, char *argv[]) {
                 /** Parent **/
 
                 if ((ret = daemon_retval_wait(20)) < 0) {
-                    daemon_log(LOG_ERR, "Could not recieve return value from daemon process.");
+                    daemon_log(LOG_ERR, "Could not receive return value from daemon process.");
                     goto finish;
                 }