aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-02-26 20:30:15 +0100
committerRich Salz <rsalz@akamai.com>2016-02-27 10:58:16 -0500
commitb6453a68bbb34c901a2eaf24012d0a3afcbf52ff (patch)
treeb69f05bccb9fa9281aba0523d05360b49411e86c /crypto/asn1
parent79302211cc171d5b7c443448434b8565efa1d2c8 (diff)
downloadopenssl-b6453a68bbb34c901a2eaf24012d0a3afcbf52ff.tar.gz
GH753: More spelling fix
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/bio_ndef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/bio_ndef.c b/crypto/asn1/bio_ndef.c
index 99c0b7ab2f..9a6eaf612a 100644
--- a/crypto/asn1/bio_ndef.c
+++ b/crypto/asn1/bio_ndef.c
@@ -64,7 +64,7 @@
/*
* The usage is quite simple, initialize an ASN1 structure, get a BIO from it
* then any data written through the BIO will end up translated to
- * approptiate format on the fly. The data is streamed out and does *not*
+ * appropriate format on the fly. The data is streamed out and does *not*
* need to be all held in memory at once. When the BIO is flushed the output
* is finalized and any signatures etc written out. The BIO is a 'proper'
* BIO and can handle non blocking I/O correctly. The usage is simple. The