From 0f7db92a5d087ca1f89c7eeab51d9558b6356d0b Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 3 Jan 2013 15:15:44 +0100 Subject: [PATCH] Spelling fix in log message: continous -> continuous --- etc/afpd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2