Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Vicente <avd@google.com>
  • Loading branch information
antoniovicente committed Dec 16, 2020
1 parent faee824 commit d03d0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/envoy/event/dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ using PostCb = std::function<void()>;
using PostCbSharedPtr = std::shared_ptr<PostCb>;

/**
* Minimal interface to the disptching loop used to create low-level primitives. See Dispatcher
* Minimal interface to the dispatching loop used to create low-level primitives. See Dispatcher
* below for the full interface.
*/
class DispatcherBase {
Expand Down

0 comments on commit d03d0bf

Please sign in to comment.