Skip to content

Commit

Permalink
Fix some typos in a comment. (#31148)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 10, 2024
1 parent 4d56563 commit c0d2e32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/protocols/secure_channel/SessionEstablishmentDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}

Expand Down

0 comments on commit c0d2e32

Please sign in to comment.