Skip to content

Commit b1d910f

Browse files
committed
mrbgems: fix spelling
1 parent 5c2c77c commit b1d910f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mrbgems/mruby-compiler/core/parse.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ prohibit_literals(parser_state *p, node *n)
15401540
modifier_while "'while' modifier"
15411541
modifier_until "'until' modifier"
15421542
modifier_rescue "'rescue' modifier"
1543-
keyword_alias "'alis'"
1543+
keyword_alias "'alias'"
15441544
keyword_BEGIN "'BEGIN'"
15451545
keyword_END "'END'"
15461546
keyword__LINE__ "'__LINE__'"

mrbgems/mruby-io/src/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ path_expand(mrb_state *mrb, const char *path, const char *base, mrb_bool tilda)
456456
{
457457
mrb_value ary;
458458

459-
// split path conponents as array and normalization
459+
// split path components as array and normalization
460460
if (tilda && path[0] == '~') {
461461
base = path_gethome(mrb, &path);
462462
ary = path_split(mrb, path, base, NULL);

0 commit comments

Comments
 (0)