Fix comment typo

This commit is contained in:
Matias Fontanini
2017-06-10 19:37:48 -07:00
parent ed71ab2daa
commit 2e6bfd64d3

View File

@@ -96,7 +96,7 @@ int main(int argc, char* argv[]) {
signal(SIGINT, signal_handler);
// Now run the dispatcher, providing a callback to handle messages, one to handle
// errors and another one to handle EOF on a partitioin
// errors and another one to handle EOF on a partition
dispatcher.run(
// Callback executed whenever a new message is consumed
[&](Message msg) {