Skip to content

Commit 99d5cda

Browse files
committed
checkstyle-suppressions.xml: fix typo in comment.
Should be in fe9f30d commit. No functional changes. [ci skip]
1 parent 35fcd69 commit 99d5cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/checkstyle-suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- These files will be removed during porting integration tests to Cucumber JVM (see #18) -->
1515
<suppress checks="ImportOrder" files="src/test/java/ru/mystamps/web/tests" />
1616

17-
<!-- false positives beause these files contain SQL queries -->
17+
<!-- false positives because these files contain SQL queries -->
1818
<suppress checks="Translation" files="src/main/resources/sql" />
1919

2020
<!-- Too long link -->

0 commit comments

Comments
 (0)