Skip to content

Commit a13eda6

Browse files
committed
spell fix
1 parent c8c9590 commit a13eda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/reactor-cpp/statistics.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public:
8787
reactor::log::Info() << " - processed events: " << processed_events();
8888
reactor::log::Info() << " - triggered actions: " << triggered_actions();
8989
reactor::log::Info() << " - processed reactions: " << processed_reactions();
90-
reactor::log::Info() << " - set ports set: " << set_ports();
90+
reactor::log::Info() << " - set ports: " << set_ports();
9191
reactor::log::Info() << " - scheduled actions: " << scheduled_actions();
9292
reactor::log::Info() << "-----------------------------------------------------------";
9393
}

0 commit comments

Comments
 (0)