Skip to content

Commit

Permalink
Update srtcore/group.cpp
Browse files Browse the repository at this point in the history
Comment typo.

Co-authored-by: Maxim Sharabayko <[email protected]>
  • Loading branch information
ethouris and maxsharabayko authored Aug 14, 2024
1 parent 6048225 commit 3e6eb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ SRT_KM_STATE CUDTGroup::getGroupEncryptionState()
if (kmstates.count(SRT_KM_S_UNSECURED))
return SRT_KM_S_UNSECURED;

// Now we have UNSECURED ruled out. Remainint may be NOSECRET, BADSECRET or SECURED.
// Now we have UNSECURED ruled out. Remaining may be NOSECRET, BADSECRET or SECURED.
// NOTE: SECURING is an intermediate state for HSv4 and can't occur in groups.
if (kmstates.count(SRT_KM_S_SECURED))
return SRT_KM_S_SECURED;
Expand Down

0 comments on commit 3e6eb3f

Please sign in to comment.