summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_add.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-09-07 06:13:40 +0000
committerUlf Möller <ulf@openssl.org>2001-09-07 06:13:40 +0000
commit3b80e3aa9e0c4543dbd8f7ef1794a1db0a2ec271 (patch)
tree26c2e740f12c129bb73c0efd64ba884c6bd1e7c0 /doc/crypto/BN_add.pod
parent14cfde9c83ecfb36711930171ce129293463a83f (diff)
ispell
Diffstat (limited to 'doc/crypto/BN_add.pod')
-rw-r--r--doc/crypto/BN_add.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BN_add.pod b/doc/crypto/BN_add.pod
index 57ae2f17af..a99fe33808 100644
--- a/doc/crypto/BN_add.pod
+++ b/doc/crypto/BN_add.pod
@@ -73,7 +73,7 @@ remainder in I<r>.
BN_mod_add() adds I<a> to I<b> modulo I<m> and places the non-negative
result in I<r>.
-BN_mod_sub() substracts I<b> from I<a> modulo I<m> and places the
+BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the
non-negative result in I<r>.
BN_mod_mul() multiplies I<a> by I<b> and finds the non-negative