aboutsummaryrefslogtreecommitdiff
path: root/libexec/rshd
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 12:05:58 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 12:05:58 +0000
commit2fa72ea7d46fdb024d4cac1f57fb7a76dbac2233 (patch)
treed36000c1280171619b92f8ea6ea8042da05534c8 /libexec/rshd
parenta3573c66790ca96c147917b90b60ef1c3bbcf4fb (diff)
Notes
Diffstat (limited to 'libexec/rshd')
-rw-r--r--libexec/rshd/rshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c
index 50ecad22dafcd..20f794a174115 100644
--- a/libexec/rshd/rshd.c
+++ b/libexec/rshd/rshd.c
@@ -131,7 +131,7 @@ main(argc, argv)
while ((ch = getopt(argc, argv, OPTIONS)) != -1)
switch (ch) {
case 'a':
- /* ignored for compatability */
+ /* ignored for compatibility */
break;
case 'l':
__check_rhosts_file = 0;