diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-08-17 16:00:39 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2014-08-17 16:00:39 +0300 |
commit | 1e3452992fac7536d30a92955b20b8af038f1ef7 (patch) | |
tree | e3d3b4b5723856365ad8545192df20198d2affe8 /ext/mbstring/oniguruma | |
parent | 543d5eb4957b055319277263fc5219051e297359 (diff) | |
download | php-git-1e3452992fac7536d30a92955b20b8af038f1ef7.tar.gz |
typofixes
Diffstat (limited to 'ext/mbstring/oniguruma')
-rw-r--r-- | ext/mbstring/oniguruma/HISTORY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/oniguruma/HISTORY b/ext/mbstring/oniguruma/HISTORY index 6b3031bcb6..969deec36b 100644 --- a/ext/mbstring/oniguruma/HISTORY +++ b/ext/mbstring/oniguruma/HISTORY @@ -897,7 +897,7 @@ History 2004/10/18: [impl] (thanks Imai Yasumasa) enclose #include <sys/types.h> by #ifndef __BORLANDC__. 2004/10/18: [bug] (thanks Imai Yasumasa) - memory acess violation in select_opt_exact_info(). + memory access violation in select_opt_exact_info(). 2004/09/25: [dist] fix doc/API and doc/API.ja. 2004/09/25: [bug] fix OP_SEMI_END_BUF process in match_at() for the case USE_NEWLINE_AT_END_OF_STRING_HAS_EMPTY_LINE @@ -1831,7 +1831,7 @@ History 2003/01/31: [impl] rename TTRANS() to TOLOWER(). 2003/01/30: [bug] .c.o --> .c.obj in win32\Makefile. 2003/01/30: [impl] add -DNOT_RUBY to Makefile.in. - NOT_RUBY is refered in regint.h for escape double + NOT_RUBY is referred in regint.h for escape double including config.h. 2003/01/30: [impl] when string hasn't case ambiguity, don't compile to ignore case opcode. |