]> arthur.barton.de Git - netatalk.git/commitdiff
Spelling fix in log message: continous -> continuous v2-alex
authorAlexander Barton <alex@barton.de>
Thu, 3 Jan 2013 14:15:44 +0000 (15:15 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 3 Jan 2013 14:15:44 +0000 (15:15 +0100)
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);
     }