aboutsummaryrefslogtreecommitdiff
path: root/libexec
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
parenta3573c66790ca96c147917b90b60ef1c3bbcf4fb (diff)
downloadsrc-2fa72ea7d46fdb024d4cac1f57fb7a76dbac2233.tar.gz
src-2fa72ea7d46fdb024d4cac1f57fb7a76dbac2233.zip
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Notes
Notes: svn path=/head/; revision=72093
Diffstat (limited to 'libexec')
-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 50ecad22dafc..20f794a17411 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;