Typo in SSL_CONF_cmd_argv.pod
authorJon Spillett <jon.spillett@oracle.com>
Tue, 28 Mar 2017 06:32:01 +0000 (16:32 +1000)
committerRichard Levitte <levitte@openssl.org>
Wed, 29 Mar 2017 05:10:18 +0000 (07:10 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3070)

doc/man3/SSL_CONF_cmd_argv.pod

index 15529a59737767b0f398786a1a05412d09ba8897..567fa5a5084f9d2b5c92f92740dd434c3be99794 100644 (file)
@@ -15,7 +15,7 @@ SSL_CONF_cmd_argv - SSL configuration command line processing
 The function SSL_CONF_cmd_argv() processes at most two command line
 arguments from B<pargv> and B<pargc>. The values of B<pargv> and B<pargc>
 are updated to reflect the number of command options processed. The B<pargc>
-argument can be set to B<NULL> is it is not used.
+argument can be set to B<NULL> if it is not used.
 
 =head1 RETURN VALUES