mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix some misspellings
This commit is contained in:
parent
91b09c7aa6
commit
2d48d734a2
47 changed files with 84 additions and 85 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue