aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2024-06-09 23:55:04 +0900
committerK.Kosako <kkosako0@gmail.com>2024-06-09 23:55:04 +0900
commit2643612b778dfe51ea281ed25d6f2fff856068d2 (patch)
treef385eb7723cc26982b8cd8f40d234a660f192166
parent0cb9aef2aad605c48ea5a3e16820c9ebda3ea37a (diff)
downloadoniguruma-2643612b778dfe51ea281ed25d6f2fff856068d2.zip
oniguruma-2643612b778dfe51ea281ed25d6f2fff856068d2.tar.gz
oniguruma-2643612b778dfe51ea281ed25d6f2fff856068d2.tar.bz2
typo (#300)
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index af01b1d..50086e9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2104,7 +2104,7 @@ History
2003/03/08: [impl] remove check_backref_number().
2003/03/08: [bug] called group in 0-repeat should not be eliminated from
compile code. ex. /(?*n)(?<n>){0}/ (thanks akr)
- add is_refered member to QualifierNode.
+ add is_referred member to QualifierNode.
2003/03/07: [impl] use hash table(st.[ch]) for implementation of name table.
(enable on Ruby in default)
2003/03/07: [new] add regex_foreach_names().