More typo fixes
[openssl.git] / test / recordlentest.c
index 82ababea3b09db33b21bf645fde2412f9083b57d..b9d868f6aef7cb85b09c4b74a4e49c3a9b538c3d 100644 (file)
@@ -174,7 +174,7 @@ static int test_record_overflow(int idx)
         recversion = TLS1_2_VERSION;
 
     if (!write_record(serverbio, len, SSL3_RT_APPLICATION_DATA, recversion)) {
-        printf("Unable to write encryprted record\n");
+        printf("Unable to write encrypted record\n");
         goto end;
     }