mirror of
https://github.com/pion/ice.git
synced 2025-10-18 13:30:44 +08:00
Fix typo in error comment
passoword -> password
This commit is contained in:
@@ -25,7 +25,7 @@ var (
|
|||||||
// Have to be at least 24 bits long
|
// Have to be at least 24 bits long
|
||||||
ErrLocalUfragInsufficientBits = errors.New("local username fragment is less than 24 bits long")
|
ErrLocalUfragInsufficientBits = errors.New("local username fragment is less than 24 bits long")
|
||||||
|
|
||||||
// ErrLocalPwdInsufficientBits indicates local passoword insufficient bits are provided.
|
// ErrLocalPwdInsufficientBits indicates local password insufficient bits are provided.
|
||||||
// Have to be at least 128 bits long
|
// Have to be at least 128 bits long
|
||||||
ErrLocalPwdInsufficientBits = errors.New("local password is less than 128 bits long")
|
ErrLocalPwdInsufficientBits = errors.New("local password is less than 128 bits long")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user