Skip to content

Commit e703b68

Browse files
SAY-5SAY-5
andauthored
Fix typo: occured -> occurred (#6846)
Signed-off-by: SAY-5 <saiasish.cnp@gmail.com> Co-authored-by: SAY-5 <saiasish.cnp@gmail.com>
1 parent 890a369 commit e703b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • data-prepper-plugins/kafka-plugins/src/main/java/org/opensearch/dataprepper/plugins/kafka/service

data-prepper-plugins/kafka-plugins/src/main/java/org/opensearch/dataprepper/plugins/kafka/service/SchemaService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void registerSchema(final String topic) {
135135
registerSchema(topic, schemaString);
136136
}
137137
} catch (Exception e) {
138-
throw new RuntimeException("error occured while schema registeration " + e.getMessage());
138+
throw new RuntimeException("error occurred while schema registeration " + e.getMessage());
139139
}
140140
}
141141

0 commit comments

Comments
 (0)