mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fixed misspellings
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
This commit is contained in:
parent
2898367b3a
commit
db16629008
45 changed files with 79 additions and 79 deletions
|
@ -4663,7 +4663,7 @@ parse_char_class(Node** np, Node** asc_np, OnigToken* tok, UChar** src, UChar* e
|
|||
p = psave;
|
||||
for (i = 1; i < len; i++) {
|
||||
(void)fetch_token_in_cc(tok, &p, end, env);
|
||||
/* no need to check the retun value (already checked above) */
|
||||
/* no need to check the return value (already checked above) */
|
||||
}
|
||||
fetched = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue