Fix some misspellings

This commit is contained in:
Gabriel Caruso 2018-02-04 22:16:50 -02:00 committed by Christoph M. Becker
parent 91b09c7aa6
commit 2d48d734a2
47 changed files with 84 additions and 85 deletions

View file

@ -156,7 +156,7 @@ PW32CP wchar_t *php_win32_cp_conv_ascii_to_w(const char* in, size_t in_len, size
/* Check and conversion could be merged. This however would
be more expencive, if a non ASCII string was passed.
TODO check wether the impact is acceptable. */
TODO check whether the impact is acceptable. */
if (in_len > 15) {
const char *aidx = (const char *)ZEND_SLIDE_TO_ALIGNED16(in);