From 2fa72ea7d46fdb024d4cac1f57fb7a76dbac2233 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Tue, 6 Feb 2001 12:05:58 +0000 Subject: Fix typo: compatability -> compatibility. Compatability is not an existing english word. --- libexec/rshd/rshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') 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; -- cgit v1.3