chiark
/
gitweb
/
~richardk
/
trivial.fingerd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5312afb
)
Typo fix.
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 25 Apr 2010 16:03:06 +0000 (17:03 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 25 Apr 2010 16:03:06 +0000 (17:03 +0100)
fingerd.c
patch
|
blob
|
history
diff --git
a/fingerd.c
b/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. */