From 9d22666eb89af7f4ca5c3d52490b7da89276cf90 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 28 Jun 2016 22:39:55 +0200 Subject: Spelling Reviewed-by: Andy Polyakov Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1264) --- test/bioprinttest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; } -- cgit v1.2.3