Fix Typos
[openssl.git] / doc / man3 / SSL_CTX_set_srp_password.pod
index 0936885ff8d7edd686f95ccc95f3e5d74bafd0d0..b8a5873cc482a10e36b75c3a42a543b660626ac8 100644 (file)
@@ -111,7 +111,7 @@ user salt, B<v> the password verifier and B<info> is the optional user info.
 
 The SSL_set_srp_server_param_pw() function sets all SRP parameters for the
 connection B<s> by generating a random salt and a password verifier.
-B<user> is the username, B<pass> the password and B<grp> the SRP group paramters
+B<user> is the username, B<pass> the password and B<grp> the SRP group parameters
 identifier for L<SRP_get_default_gN(3)>.
 
 The SSL_get_srp_g() function returns the SRP group generator for B<s>, or from