aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-05-16 20:04:24 +0200
committerIngela Anderton Andin <[email protected]>2013-05-22 10:51:18 +0200
commit16d06da9fb425fe652f3826275f3f9bf87c881f0 (patch)
treed800970cb14e172725d52b50504652864ceef008 /lib/crypto/doc
parent355e919653c8178b9144db9e0fa01c329e077de4 (diff)
downloadotp-16d06da9fb425fe652f3826275f3f9bf87c881f0.tar.gz
otp-16d06da9fb425fe652f3826275f3f9bf87c881f0.tar.bz2
otp-16d06da9fb425fe652f3826275f3f9bf87c881f0.zip
crypto,ssh, netconf, inets: binary_to_integer -> bytes_to_integer
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r--lib/crypto/doc/src/crypto.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index 227602072e..03a46c6e03 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -180,7 +180,7 @@
</func>
<func>
- <name>binary_to_integer(Bin) -> Integer </name>
+ <name>bytes_to_integer(Bin) -> Integer </name>
<fsummary>Convert binary representation, of an integer, to an Erlang integer.</fsummary>
<type>
<v>Bin = binary() - as returned by crypto functions</v>
@@ -568,7 +568,7 @@
</type>
<desc>
<p>Creates a digital signature.</p>
- <p>Algoritm <c>dss</c> can only be used together with digest type
+ <p>Algorithm <c>dss</c> can only be used together with digest type
<c>sha</c>.</p>
See also <seealso marker="public_key:public_key#sign/3">public_key:sign/3</seealso>
</desc>
@@ -697,7 +697,7 @@
</type>
<desc>
<p>Verifies a digital signature</p>
- <p>Algoritm <c>dss</c> can only be used together with digest type
+ <p>Algorithm <c>dss</c> can only be used together with digest type
<c>sha</c>.</p>
See also <seealso marker="public_key:public_key#sign/3">public_key:verify/3</seealso>