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) {}