From: Alexander Barton Date: Sun, 6 Jan 2013 16:15:34 +0000 (+0100) Subject: Spelling fixes X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=d2da4b77412a33dc2d62c7877e7b331285dadab6 Spelling fixes --- diff --git a/NEWS b/NEWS index 0c2f5580..866ac887 100644 --- a/NEWS +++ b/NEWS @@ -188,7 +188,7 @@ Changes in 2.2.2 Changes in 2.2.1 ================ -* NEW: afpd: disable continous service feature by default, new option +* NEW: afpd: disable continuous service feature by default, new option -keepsessions to enable it * NEW: configure option "--enable-redhat-systemd" for Fedora15 and later. "--enable-redhat" is renamed "--enable-redhat-sysv". diff --git a/etc/afpd/main.c b/etc/afpd/main.c index e89d0a2e..1c5c4c42 100644 --- a/etc/afpd/main.c +++ b/etc/afpd/main.c @@ -347,7 +347,7 @@ int main(int ac, char **av) /* watch atp, dsi sockets and ipc parent/child file descriptor. */ if (obj.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); }