]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/main.c
Spelling fix in log message: continous -> continuous
[netatalk.git] / etc / afpd / main.c
index e23d5570db2f4114ce28c06cc7bb287435447359..4a84f9574d92ceb4bc9a8c32a37322f49aba7c9d 100644 (file)
@@ -399,7 +399,7 @@ int main(int ac, char **av)
     /* watch atp, dsi sockets and ipc parent/child file descriptor. */
 
     if (default_options.flags & OPTION_KEEPSESSIONS) {
-        LOG(log_note, logtype_afpd, "Activating continous service");
+        LOG(log_note, logtype_afpd, "Activating continuous service");
         disasociated_ipc_fd = ipc_server_uds(_PATH_AFP_IPC);
     }