Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed May 17, 2019
1 parent b25d7c9 commit 70f5e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Perl6/ModuleLoader.nqp
Expand Up @@ -213,7 +213,7 @@ class Perl6::ModuleLoader does Perl6::ModuleLoaderVMConfig {
}
}

# Transforms NULL.<release> into CORE.<previos-release>
# Transforms NULL.<release> into CORE.<previous-release>
method transform_setting_name ($setting_name) {
my $m := $setting_name ~~ /NULL '.' ( <[c..z]> )/;
if $m {
Expand Down
2 changes: 1 addition & 1 deletion src/Perl6/World.nqp
Expand Up @@ -536,7 +536,7 @@ class Perl6::World is HLL::World {
if nqp::isle_s($rev, $default_rev) && nqp::iseq_s($rev_mod, 'PREVIEW');

$ver-match.PRECURSOR.worry(
'Language specification 6.' ~ $rev ~ ' is not released yet, PREVIEW modifiecor is expected'
'Language specification 6.' ~ $rev ~ ' is not released yet, PREVIEW modificator is expected'
) if nqp::isgt_s($rev, $default_rev) && nqp::isne_s($rev_mod, 'PREVIEW');
}

Expand Down

0 comments on commit 70f5e2d

Please sign in to comment.