summaryrefslogtreecommitdiffstats
path: root/usr.bin/brandelf
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/brandelf
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/brandelf')
-rw-r--r--usr.bin/brandelf/brandelf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c
index 3ae4bdf..ec591e6 100644
--- a/usr.bin/brandelf/brandelf.c
+++ b/usr.bin/brandelf/brandelf.c
@@ -67,7 +67,7 @@ main(int argc, char **argv)
switch (ch) {
case 'f':
if (change)
- errx(1, "f option incompatable with t option");
+ errx(1, "f option incompatible with t option");
force = 1;
type = atoi(optarg);
if (errno == ERANGE || type < 0 || type > 255) {
@@ -85,7 +85,7 @@ main(int argc, char **argv)
break;
case 't':
if (force)
- errx(1, "t option incompatable with f option");
+ errx(1, "t option incompatible with f option");
change = 1;
strtype = optarg;
break;
OpenPOWER on IntegriCloud