diff options
Diffstat (limited to 'srp/src/client.rs')
-rw-r--r-- | srp/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/src/client.rs b/srp/src/client.rs index 04f4807..d47983e 100644 --- a/srp/src/client.rs +++ b/srp/src/client.rs @@ -48,7 +48,7 @@ //! authenticated cipher mode). //! //! For user registration on the server first generate salt (e.g. 32 bytes long) -//! and get password verifier which depends on private key. Send useranme, salt +//! and get password verifier which depends on private key. Send username, salt //! and password verifier over protected channel to protect against //! Man-in-the-middle (MITM) attack for registration. //! |