summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ASN1_generate_nconf.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-03-03 15:12:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-03-03 15:12:17 +0000
commit12c56e4888897c510b611d482d329eed12fab6cb (patch)
treeff3c52482bf32e5e804da5a16a5f2105f4b6811d /doc/crypto/ASN1_generate_nconf.pod
parent1bd4ee1da1c9fe9f8ad79e17df9ff8af7991b5c3 (diff)
Sync crypto documentation with master branch.
Diffstat (limited to 'doc/crypto/ASN1_generate_nconf.pod')
-rw-r--r--doc/crypto/ASN1_generate_nconf.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/ASN1_generate_nconf.pod b/doc/crypto/ASN1_generate_nconf.pod
index 542fd1579a..f21f189a38 100644
--- a/doc/crypto/ASN1_generate_nconf.pod
+++ b/doc/crypto/ASN1_generate_nconf.pod
@@ -61,7 +61,7 @@ Encode the B<NULL> type, the B<value> string must not be present.
=item B<INTEGER>, B<INT>
Encodes an ASN1 B<INTEGER> type. The B<value> string represents
-the value of the integer, it can be preceeded by a minus sign and
+the value of the integer, it can be preceded by a minus sign and
is normally interpreted as a decimal value unless the prefix B<0x>
is included.