Revert "various spelling fixes"
[openssl.git] / crypto / include / internal / x509_int.h
index c6fdd8d7c2c62d1b8e32bd1bb3cfebfb41e4f378..fc032ae07d2ef86f51f12e9ccb6f2f9213165183 100644 (file)
@@ -109,7 +109,7 @@ struct X509_req_st {
 
 struct X509_crl_info_st {
     ASN1_INTEGER *version;      /* version: defaults to v1(0) so may be NULL */
-    X509_ALGOR sig_alg;         /* signature algorithm */
+    X509_ALGOR sig_alg;         /* signagture algorithm */
     X509_NAME *issuer;          /* CRL issuer name */
     ASN1_TIME *lastUpdate;      /* lastUpdate field */
     ASN1_TIME *nextUpdate;      /* nextUpdate field: optional */