From d2da4b77412a33dc2d62c7877e7b331285dadab6 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 6 Jan 2013 17:15:34 +0100 Subject: [PATCH] Spelling fixes --- NEWS | 2 +- etc/afpd/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.39.2