chiark / gitweb /
Typo fix.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 25 Apr 2010 16:03:06 +0000 (17:03 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 25 Apr 2010 16:03:06 +0000 (17:03 +0100)
fingerd.c

index 567ccb6..191de2e 100644 (file)
--- a/fingerd.c
+++ b/fingerd.c
@@ -165,7 +165,7 @@ int main(void) {
    * here, but this implementation does not support forwarding,
    * so we don't. */
   if(s[0] == '@') {
-    fputs("Forward is not supported, sorry.\r\n", stderr);
+    fputs("Forwarding is not supported, sorry.\r\n", stderr);
     return 0;
   }
   /* We'd better have reached the end of the line. */