Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul authored and KengoTODA committed Nov 5, 2018
1 parent a4e76a3 commit 661200e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.

### Fixed

* RANGE_ARRAY_LENGHT and RANGE_ARRAY_OFFSET false negative ([#595](https://github.com/spotbugs/spotbugs/issues/595))
* RANGE_ARRAY_LENGTH and RANGE_ARRAY_OFFSET false negative ([#595](https://github.com/spotbugs/spotbugs/issues/595))
* Close source file after analysis ([#591](https://github.com/spotbugs/spotbugs/issues/591))
* Inconsistent reporting for EI_EXPOSE_REP2 ([#603](https://github.com/spotbugs/spotbugs/issues/603))
* Update asm to 6.2 for better Java 11 support ([#648](https://github.com/spotbugs/spotbugs/issues/648))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.io.FileReader;

/**
* RANGE_ARRAY_LENGHT and RANGE_ARRAY_OFFSET false negative examples
* RANGE_ARRAY_LENGTH and RANGE_ARRAY_OFFSET false negative examples
*
* @author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.io.FileReader;

/**
* RANGE_ARRAY_LENGHT and RANGE_ARRAY_OFFSET false negative examples
* RANGE_ARRAY_LENGTH and RANGE_ARRAY_OFFSET false negative examples
*
* @author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package rangeArray;

/**
* String constructors - RANGE_ARRAY_LENGHT expected
* String constructors - RANGE_ARRAY_LENGTH expected
*
* @author [email protected]
*
Expand Down

0 comments on commit 661200e

Please sign in to comment.