Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
Util committed Nov 20, 2010
1 parent 6ca59e0 commit 4b3cf08
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CursorBase.pmc
Expand Up @@ -2343,7 +2343,7 @@ sub _AUTOLEXgenDFA { my ($self, $realkey, $key, $retree) = @_;

for my $meth (@$ml) {
if ($superlexer->{USED_METHODS}{$meth}) {
$self->deb("\tcannot reuse $key; $meth overriden/augmented")
$self->deb("\tcannot reuse $key; $meth overridden/augmented")
if DEBUG & DEBUG::autolexer;
last UP;
}
Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -16,9 +16,9 @@ You'll need the following Perl bits to run stuff:

* Perl 5.10.0 or later in PATH

* YAML::XS (eg sudo apt-get install libyaml-libyaml-perl)
* YAML::XS (e.g. sudo apt-get install libyaml-libyaml-perl)

* Moose (eg sudo apt-get install libmoose-perl)
* Moose (e.g. sudo apt-get install libmoose-perl)

* File::ShareDir

Expand Down
2 changes: 1 addition & 1 deletion std_hilite/STD_syntax_highlight.js
Expand Up @@ -112,7 +112,7 @@ $(document.body).ready(function() {
"\n1. Click on the 'Show Syntax Tree' button, and then hover over the Perl 6 code to see its syntax tree.\n" +
"\n2. Click on the highlighted code if you need to keep the results.\n" +
"Click again anywhere and this behavior will be reset.\n" +
"\nNote: Some browsers exibit problems with unloading pages with too many nodes. "+
"\nNote: Some browsers exhibit problems with unloading pages with too many nodes. "+
"If you encounter that simply wait for it or kill it."
);
});
Expand Down
2 changes: 1 addition & 1 deletion std_hilite/spec_highlight
Expand Up @@ -136,7 +136,7 @@ sub copy_resource {
}


# write the error log in the html file provied
# write the error log in the html file provided
sub write_error_html {
my ($html_file, $file, $log, $is_full) = @ARG;

Expand Down
4 changes: 2 additions & 2 deletions viv
Expand Up @@ -63,7 +63,7 @@ my @did_ws;

my @context;
$::MULTINESS = '';
# XXX STD Global trait tables simulate inheritence
# XXX STD Global trait tables simulate inheritance
local $::PROTO = {};
local $::PROTOSIG = {};

Expand Down Expand Up @@ -3946,7 +3946,7 @@ END
}

# DEEP is the lowest level of desugaring used by viv, but it still keeps a tree
# structure. Not all DEEP nodes are interchangable; some represent expression
# structure. Not all DEEP nodes are interchangeable; some represent expression
# bits, others statements with no sensible return value.
{ package DEEPbase;
}
Expand Down

0 comments on commit 4b3cf08

Please sign in to comment.