Commit 113bbae9 authored by Dominik Charousset's avatar Dominik Charousset

Fix typos

parent d6118703
......@@ -48,7 +48,7 @@ public:
~actor_registry();
/// Returns the the local actor associated to `key`.
/// Returns the local actor associated to `key`.
strong_actor_ptr get(actor_id key) const;
/// Associates a local actor with its ID.
......
......@@ -334,7 +334,7 @@ public:
template <class Handle>
Derived& to(const Handle& whom) {
// not setting dest_ causes the the content checking to succeed immediately
// not setting dest_ causes the content checking to succeed immediately
if (sched_.prioritize(whom)) {
dest_ = &sched_.next_job<caf::scheduled_actor>();
}
......
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