summaryrefslogtreecommitdiffstats
path: root/usr.bin/tsort
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 12:05:58 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 12:05:58 +0000
commit7d76aced28ec9c258bd533a4e33516f71f44b6de (patch)
tree51f7811d4e593e1c5d5f38cc3d2fbeec28fcd3fe /usr.bin/tsort
parent7dcfea0100bdd36891f50e5740f8a01da166b7a8 (diff)
downloadFreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.zip
FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.tar.gz
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Diffstat (limited to 'usr.bin/tsort')
-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 2f73a80..746ea4f 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
OpenPOWER on IntegriCloud