]> arthur.barton.de Git - netatalk.git/commitdiff
Spelling fixes
authorAlexander Barton <alex@barton.de>
Sun, 6 Jan 2013 16:15:34 +0000 (17:15 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 6 Jan 2013 16:15:34 +0000 (17:15 +0100)
NEWS
etc/afpd/main.c

diff --git a/NEWS b/NEWS
index 0c2f55807908b665b69b4f14f01b9497c4face06..866ac8871b478afb263850cbd13976e718f39c30 100644 (file)
--- 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".
index e89d0a2e9e58d6aacf2e2cc5af061a56959bb5dc..1c5c4c425e4359e96e3ceea8539d574cbb52ef2c 100644 (file)
@@ -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);
     }