diff options
| author | Anatol Belski <ab@php.net> | 2014-08-17 21:40:39 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-17 21:40:39 +0200 |
| commit | 77eb6e727819214e003bb0832a52e530627d2316 (patch) | |
| tree | 498f3cd472f4ca918ef019f40edb96e0759f3344 /ext/json/json.c | |
| parent | f2182ab845236a112ff63bcb8752b07943c999f1 (diff) | |
| parent | 741605da73d424a3cb2fe29d2d5a610b010d0aff (diff) | |
| download | php-git-77eb6e727819214e003bb0832a52e530627d2316.tar.gz | |
Merge branch 'master' of git.php.net:php-src
# By Veres Lajos (2) and Lior Kaplan (1)
# Via Lior Kaplan
* 'master' of git.php.net:php-src:
Correct typo in comments: 'initialized'
typofixes
typofixes
Diffstat (limited to 'ext/json/json.c')
| -rw-r--r-- | ext/json/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.c b/ext/json/json.c index 0bf8a645e6..bc0544808f 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -365,7 +365,7 @@ static int json_utf8_to_utf16(unsigned short *utf16, char utf8[], int len) /* {{ } } } else { - /* Only check if utf8 string is valid, and compute utf16 lenght */ + /* Only check if utf8 string is valid, and compute utf16 length */ for (j=0 ; pos < len ; j++) { us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status); if (status != SUCCESS) { |
