Commit fa5fd1c4 authored by Samir Halilcevic's avatar Samir Halilcevic

Fix typo

parent 23de48fc
...@@ -11,7 +11,7 @@ using std::endl; ...@@ -11,7 +11,7 @@ using std::endl;
using namespace caf; using namespace caf;
// Sends random caracters to buddy, and then waits for a letter back // Sends random characters to buddy, and then waits for a letter back
behavior noisy_buddy(event_based_actor* self, actor buddy) { behavior noisy_buddy(event_based_actor* self, actor buddy) {
using namespace std::chrono_literals; using namespace std::chrono_literals;
std::random_device rd; std::random_device rd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment