Skip to content

Commit e2000b0

Browse files
authored
Merge pull request #246 from LesnyRumcajs/patch-2
fixed typo in example (log message)
2 parents ca3a132 + 14423bb commit e2000b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/consumer_dispatcher_example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ int main(int argc, char* argv[]) {
115115
},
116116
// Whenever EOF is reached on a partition, print this
117117
[](ConsumerDispatcher::EndOfFile, const TopicPartition& topic_partition) {
118-
cout << "Reched EOF on partition " << topic_partition << endl;
118+
cout << "Reached EOF on partition " << topic_partition << endl;
119119
}
120120
);
121121
}

0 commit comments

Comments
 (0)