Skip to content

Commit 5389f55

Browse files
Vladimir Kotalahornace
authored andcommitted
fix typo
1 parent 0f145a6 commit 5389f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/WatchDogService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ public void stop() {
141141
LOGGER.log(Level.WARNING, "Cannot join WatchDogService thread: ", ex);
142142
}
143143
}
144-
LOGGER.log(Level.INFO, "Watchdog stoped");
144+
LOGGER.log(Level.INFO, "Watchdog stopped");
145145
}
146146
}

0 commit comments

Comments
 (0)