Make the perl module compile and eliminate some of the warnings.
[openssl.git] / crypto / ex_data.c
index 741bb570f067d3a28ecfae8ea0fbb90b59c585c2..176574766b838f893c019e0e46f4a29848889db7 100644 (file)
@@ -141,7 +141,7 @@ char *CRYPTO_get_ex_data(CRYPTO_EX_DATA *ad, int idx)
                return(sk_value(ad->sk,idx));
        }
 
-/* The callback is called with the 'object', which is the origional data object
+/* The callback is called with the 'object', which is the original data object
  * being duplicated, a pointer to the
  * 'new' object to be inserted, the index, and the argi/argp
  */