Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-vandemalle authored and KengoTODA committed Oct 9, 2020
1 parent 5fc27ac commit 84f2ad7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.
* Bump ASM from 8.0.1 to 9.0 supporting JDK16 (sealed classes)
* Bump Saxon-HE from 10.1 to 10.2

### Fixed
* Typos in description, documentation and so on

## 4.1.3 - 2020-09-25
### Fixed
* False positive `RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE` on try-with-resources ([#259](https://github.com/spotbugs/spotbugs/issues/259))
Expand Down
2 changes: 1 addition & 1 deletion docs/ant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ quietErrors
reportLevel
An optional attribute. It specifies the confidence/priority threshold for reporting issues.
If set to ``low``, confidence is not used to filter bugs.
If set to ``medium`` (the default), low confidence issues are supressed.
If set to ``medium`` (the default), low confidence issues are suppressed.
If set to ``high``, only high confidence bugs are reported.

output
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/ja/LC_MESSAGES/running.po
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ msgid "-redoAnalysis <filename>:"
msgstr ""

#: /documents/docs/running.rst:285
msgid "Redo analysis using configureation from previous analysis."
msgid "Redo analysis using configuration from previous analysis."
msgstr ""

#: /documents/docs/running.rst:288
Expand Down
2 changes: 1 addition & 1 deletion docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Output options
Use training data (experimental); input dir defaults to '.'.

-redoAnalysis <filename>:
Redo analysis using configureation from previous analysis.
Redo analysis using configuration from previous analysis.

-sourceInfo <filename>:
Specify source info file (line numbers for fields/classes).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public TextUICommandLine() {
addSwitch("-relaxed", "Relaxed reporting mode (more false positives!)");
addSwitchWithOptionalExtraPart("-train", "outputDir", "Save training data (experimental); output dir defaults to '.'");
addSwitchWithOptionalExtraPart("-useTraining", "inputDir", "Use training data (experimental); input dir defaults to '.'");
addOption("-redoAnalysis", "filename", "Redo analysis using configureation from previous analysis");
addOption("-redoAnalysis", "filename", "Redo analysis using configuration from previous analysis");
addOption("-sourceInfo", "filename", "Specify source info file (line numbers for fields/classes)");
addOption("-projectName", "project name", "Descriptive name of project");

Expand Down

0 comments on commit 84f2ad7

Please sign in to comment.