misspellings fixes by https://github.com/vlajos/misspell_fixer
[openssl.git] / crypto / evp / encode.c
index 28546a84bc2b61e4150af841d264a9d66386c52a..e278a1b5d400fd95ce6fd09f51f7af1666acc0a0 100644 (file)
@@ -250,7 +250,7 @@ int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
        /* We parse the input data */
        for (i=0; i<inl; i++)
                {
-               /* If the current line is > 80 characters, scream alot */
+               /* If the current line is > 80 characters, scream a lot */
                if (ln >= 80) { rv= -1; goto end; }
 
                /* Get char and put it into the buffer */