aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko's ABI Laboratory <andrewponomarenko@yandex.ru>2016-06-27 14:12:05 +0400
committerGitHub <noreply@github.com>2016-06-27 14:12:05 +0400
commit4eb5869a5592792e49f6c79e7d847daf716adbc6 (patch)
treec9ee956723ec815b006d43badf1c3ef754f19e0f
parentce36037cd5eadbc0cee77abd9215a89d4257e4e4 (diff)
parent159324eebddb0a6101832a3433f845fc74a3735e (diff)
downloadabi-compliance-checker-4eb5869a5592792e49f6c79e7d847daf716adbc6.tar.gz
Merge pull request #42 from marchpig/master
Fix typo in info
-rw-r--r--abi-compliance-checker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-compliance-checker.pl b/abi-compliance-checker.pl
index 4cffd9d..3906b66 100644
--- a/abi-compliance-checker.pl
+++ b/abi-compliance-checker.pl
@@ -739,7 +739,7 @@ OTHER OPTIONS:
Levels:
1 - skip non-Linux headers (e.g. win32_*.h, etc.)
2 - skip internal headers (e.g. *_p.h, impl/*.h, etc.)
- 3 - skip headers that iclude non-Linux headers
+ 3 - skip headers that include non-Linux headers
4 - skip headers included by others
-tolerant