Skip to content

Commit 1834a8b

Browse files
committed
Fix typo: occured -> occurred
Signed-off-by: SAY-5 <saiasish.cnp@gmail.com>
1 parent fcb94e0 commit 1834a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/opensearch/jobscheduler/rest/action/RestReleaseLockAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void onFailure(Exception e) {
117117
try {
118118
releaseResponse = releaseLockInProgressFuture.get();
119119
} catch (Exception e) {
120-
logger.error("Exception occured in releasing lock ", e);
120+
logger.error("Exception occurred in releasing lock ", e);
121121
}
122122
XContentBuilder builder = channel.newBuilder();
123123
RestStatus restStatus = RestStatus.OK;

0 commit comments

Comments
 (0)