Skip to content

Commit 25db2e2

Browse files
author
Vladimir Kotal
committed
fix typo
1 parent aa759ec commit 25db2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/BoundaryChangesets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public BoundaryChangesets(RepositoryWithPerPartesHistory repository) {
5858
}
5959
if (maxCount <= 1) {
6060
throw new RuntimeException(String.format("per partes count for repository ''%s'' " +
61-
"must be stricly greater than 1", repository.getDirectoryName()));
61+
"must be strictly greater than 1", repository.getDirectoryName()));
6262
}
6363
LOGGER.log(Level.FINER, "using history cache chunks with {0} entries for repository {1}",
6464
new Object[]{this.maxCount, repository});

0 commit comments

Comments
 (0)