From c0d2e32b687a5edb2fac0a894d0c5efec38868ce Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 2 Jan 2024 11:31:01 -0500 Subject: [PATCH] Fix some typos in a comment. (#31148) --- src/protocols/secure_channel/SessionEstablishmentDelegate.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/protocols/secure_channel/SessionEstablishmentDelegate.h b/src/protocols/secure_channel/SessionEstablishmentDelegate.h index 640dfca745921f..a50949e6f6b2e8 100644 --- a/src/protocols/secure_channel/SessionEstablishmentDelegate.h +++ b/src/protocols/secure_channel/SessionEstablishmentDelegate.h @@ -52,8 +52,9 @@ class DLL_EXPORT SessionEstablishmentDelegate * called at most once per session establishment and will not be called if * OnSessionEstablished is called. * - * This overload of OnSessionEstablishmentError is not called directly. It's only called from the default - *. implemetation of the two-argument overload. + * This overload of OnSessionEstablishmentError is not called directly. + * It's only called from the default implementation of the two-argument + * overload. */ virtual void OnSessionEstablishmentError(CHIP_ERROR error) {}