From d03d0bf9bf81d883b650fceb1cf49a8ad0781381 Mon Sep 17 00:00:00 2001 From: Antonio Vicente Date: Wed, 16 Dec 2020 18:34:39 -0500 Subject: [PATCH] fix spelling Signed-off-by: Antonio Vicente --- include/envoy/event/dispatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/envoy/event/dispatcher.h b/include/envoy/event/dispatcher.h index 4a8e6be7976e..599617e87d28 100644 --- a/include/envoy/event/dispatcher.h +++ b/include/envoy/event/dispatcher.h @@ -52,7 +52,7 @@ using PostCb = std::function; using PostCbSharedPtr = std::shared_ptr; /** - * 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 {