summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-28 22:39:55 +0200
committerRich Salz <rsalz@openssl.org>2016-06-29 09:56:39 -0400
commit9d22666eb89af7f4ca5c3d52490b7da89276cf90 (patch)
tree7efbff565628c6a775e6c953199471b0e3445d08 /test
parentcbddeebe49ae024e8debc9ae4f90f22ee15a69e2 (diff)
Spelling
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1264)
Diffstat (limited to 'test')
-rw-r--r--test/bioprinttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bioprinttest.c b/test/bioprinttest.c
index c69a79c419..6f591a1a18 100644
--- a/test/bioprinttest.c
+++ b/test/bioprinttest.c
@@ -202,7 +202,7 @@ int main(int argc, char **argv)
/* Test excessively big number. Should fail */
if (BIO_snprintf(buf, sizeof(buf), "%f\n", 2 * (double)ULONG_MAX) != -1) {
- printf("Test %d failed. Unexecpted success return from "
+ printf("Test %d failed. Unexpected success return from "
"BIO_snprintf()\n", test);
fail = 1;
}