diff --git a/commons/src/main/java/io/aiven/kafka/connect/common/source/AbstractSourceTask.java b/commons/src/main/java/io/aiven/kafka/connect/common/source/AbstractSourceTask.java index a5476a24..c93d2a84 100644 --- a/commons/src/main/java/io/aiven/kafka/connect/common/source/AbstractSourceTask.java +++ b/commons/src/main/java/io/aiven/kafka/connect/common/source/AbstractSourceTask.java @@ -138,7 +138,7 @@ public final void start(final Map props) { * Try to add a SourceRecord to the results. * * @param results - * the result to add the recrod to. + * the result to add the record to. * @param sourceRecordIterator * the source record iterator. * @return true if successful, false if the iterator is empty.