misspellings fixes by https://github.com/vlajos/misspell_fixer
[oweals/openssl.git] / crypto / err / err.c
index 91949ba4681b6097b99e8eec19d1719c9a266de8..3492950b59be3e05bc1d5c82594b22265f0b2a16 100644 (file)
@@ -1038,7 +1038,7 @@ ERR_STATE *ERR_get_state(void)
                        ERR_STATE_free(ret); /* could not insert it */
                        return(&fallback);
                        }
-               /* If a race occured in this function and we came second, tmpp
+               /* If a race occurred in this function and we came second, tmpp
                 * is the first one that we just replaced. */
                if (tmpp)
                        ERR_STATE_free(tmpp);