From: Alexander Barton Date: Thu, 3 Jan 2013 14:15:44 +0000 (+0100) Subject: Spelling fix in log message: continous -> continuous X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=refs%2Fheads%2Fv2-alex Spelling fix in log message: continous -> continuous --- diff --git a/etc/afpd/main.c b/etc/afpd/main.c index e23d5570..4a84f957 100644 --- a/etc/afpd/main.c +++ b/etc/afpd/main.c @@ -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); }