summaryrefslogtreecommitdiffstats
path: root/doc/man3/BN_bn2bin.pod
diff options
context:
space:
mode:
authorXiaoyin Liu <xiaoyinl@users.noreply.github.com>2017-07-31 18:58:40 -0400
committerPauli <paul.dale@oracle.com>2017-08-01 09:30:11 +1000
commita970b14f8d6f867a894824c60ae5c3e6cca5a89f (patch)
treeffcd7e1324e132ac4c382794152d7e5c46136681 /doc/man3/BN_bn2bin.pod
parente670db0183079b5f6325ce2abd9d785e0f966890 (diff)
Fix typo in documents
I scanned all files in the doc folder with a spell checker (https://github.com/EWSoftware/VSSpellChecker). This patch (hopefully) corrected all spell errors that it found. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4065)
Diffstat (limited to 'doc/man3/BN_bn2bin.pod')
-rw-r--r--doc/man3/BN_bn2bin.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BN_bn2bin.pod b/doc/man3/BN_bn2bin.pod
index 9e16c0d239..367fa2e493 100644
--- a/doc/man3/BN_bn2bin.pod
+++ b/doc/man3/BN_bn2bin.pod
@@ -87,7 +87,7 @@ BN_bn2binpad() returns the number of bytes written or -1 if the supplied
buffer is too small.
BN_bn2hex() and BN_bn2dec() return a null-terminated string, or NULL
-on error. BN_hex2bn() and BN_dec2bn() return the the length of valid
+on error. BN_hex2bn() and BN_dec2bn() return the length of valid
representation in hexadecimal or decimal digits, and 0 on error, in which
case no new B<BIGNUM> will be created.