mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mrbgems: fix spelling
This commit is contained in:
@@ -1540,7 +1540,7 @@ prohibit_literals(parser_state *p, node *n)
|
||||
modifier_while "'while' modifier"
|
||||
modifier_until "'until' modifier"
|
||||
modifier_rescue "'rescue' modifier"
|
||||
keyword_alias "'alis'"
|
||||
keyword_alias "'alias'"
|
||||
keyword_BEGIN "'BEGIN'"
|
||||
keyword_END "'END'"
|
||||
keyword__LINE__ "'__LINE__'"
|
||||
|
||||
@@ -456,7 +456,7 @@ path_expand(mrb_state *mrb, const char *path, const char *base, mrb_bool tilda)
|
||||
{
|
||||
mrb_value ary;
|
||||
|
||||
// split path conponents as array and normalization
|
||||
// split path components as array and normalization
|
||||
if (tilda && path[0] == '~') {
|
||||
base = path_gethome(mrb, &path);
|
||||
ary = path_split(mrb, path, base, NULL);
|
||||
|
||||
Reference in New Issue
Block a user