aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tsort/tsort.c
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 /usr.bin/tsort/tsort.c
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 'usr.bin/tsort/tsort.c')
-rw-r--r--usr.bin/tsort/tsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c
index 2f73a80d1fe9..746ea4f3f888 100644
--- a/usr.bin/tsort/tsort.c
+++ b/usr.bin/tsort/tsort.c
@@ -67,7 +67,7 @@ static char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95";
* tsort [-dlq] [inputfile]
* If no input file is specified, standard input is read.
*
- * Should be compatable with AT&T tsort HOWEVER the output is not identical
+ * Should be compatible with AT&T tsort HOWEVER the output is not identical
* (i.e. for most graphs there is more than one sorted order, and this tsort
* usually generates a different one then the AT&T tsort). Also, cycle
* reporting seems to be more accurate in this version (the AT&T tsort