diff options
author | NARUSE, Yui <naruse@airemix.jp> | 2011-09-05 18:06:31 +0900 |
---|---|---|
committer | NARUSE, Yui <naruse@airemix.jp> | 2011-09-05 18:06:31 +0900 |
commit | 6dc860194dfada70da5caa894630648b7bc6eedd (patch) | |
tree | 36e81b0d51c120655f2050f6796aff8664c1f985 /ext | |
parent | f0adb8f0c89192aea4bb36ff8c2414e247477fcf (diff) | |
download | json-6dc860194dfada70da5caa894630648b7bc6eedd.tar.gz |
Fix typo: U+0456->U+0069.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/json/ext/generator/generator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/ext/generator/generator.c b/ext/json/ext/generator/generator.c index 9ad037c..781e9e6 100644 --- a/ext/json/ext/generator/generator.c +++ b/ext/json/ext/generator/generator.c @@ -112,7 +112,7 @@ static void unicode_escape(char *buf, UTF16 character) } /* Escapes the UTF16 character and stores the result in the buffer buf, then - * the buffer buf іs appended to the FBuffer buffer. */ + * the buffer buf is appended to the FBuffer buffer. */ static void unicode_escape_to_buffer(FBuffer *buffer, char buf[6], UTF16 character) { |