Skip to content

Commit

Permalink
Fix typos reported by lintian
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre authored and LocutusOfBorg committed Sep 4, 2018
1 parent 8e81982 commit 7cb9be9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions abi-compliance-checker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ ()
Alias for: --report-format=xml or --dump-format=xml
-app|-application PATH
This option allows to specify the application that should be checked
This option allows one to specify the application that should be checked
for portability to the new library version.
-headers-only
Expand Down Expand Up @@ -476,7 +476,7 @@ ()
-test
Run internal tests. Create two binary incompatible versions of a sample
library and run the tool to check them for compatibility. This option
allows to check if the tool works correctly in the current environment.
allows one to check if the tool works correctly in the current environment.
-test-dump
Test ability to create, read and compare ABI dumps.
Expand Down Expand Up @@ -598,11 +598,11 @@ ()
FILTER SYMBOLS OPTIONS:
-symbols-list PATH
This option allows to specify a file with a list of symbols (mangled
This option allows one to specify a file with a list of symbols (mangled
names in C++) that should be checked. Other symbols will not be checked.
-types-list PATH
This option allows to specify a file with a list of types that should
This option allows one to specify a file with a list of types that should
be checked. Other types will not be checked.
-skip-symbols PATH
Expand Down
2 changes: 1 addition & 1 deletion doc/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ <h1>ABI Compliance<br/>Checker: History</h1>
<b>New Features</b>
<ul>
<li>
Added "defines" section of the library descriptor: this section allows to add defines at the headers compiling stage
Added "defines" section of the library descriptor: this section allows one to add defines at the headers compiling stage
</li>
</ul>
<b>Bug Fixes</b>
Expand Down

0 comments on commit 7cb9be9

Please sign in to comment.