Rename provider and core get_param_types functions
[openssl.git] / doc / man3 / SSL_CTX_set_srp_password.pod
index 3d845d46a73beec5bf3fb2c47dbddf76f045fdb3..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
@@ -202,7 +202,7 @@ L<SRP_create_verifier(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 1.0.1.
+These functions were added in OpenSSL 1.0.1.
 
 =head1 COPYRIGHT