Many spelling fixes/typo's corrected.
[openssl.git] / crypto / ec / ecp_oct.c
index 7b876cc687ad67cc47b426c082ee573060b7f614..a5010bcf521f98fd1c8968112e555a6c4c401157 100644 (file)
@@ -125,7 +125,7 @@ int ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group,
                       EC_R_INVALID_COMPRESSION_BIT);
             else
                 /*
-                 * BN_mod_sqrt() should have cought this error (not a square)
+                 * BN_mod_sqrt() should have caught this error (not a square)
                  */
                 ECerr(EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES,
                       EC_R_INVALID_COMPRESSED_POINT);