Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #15 from kochb/patch-1
Browse files Browse the repository at this point in the history
spelling correction in output
  • Loading branch information
alxlit committed Dec 18, 2012
2 parents cde6218 + 9a04d84 commit 30c2233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoffeeScript/Lexer.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ function pair($tag)
{ {
if ($wanted !== 'OUTDENT') if ($wanted !== 'OUTDENT')
{ {
$this->error("unmateched $tag"); $this->error("unmatched $tag");
} }


$this->indent -= $size = last($this->indents); $this->indent -= $size = last($this->indents);
Expand Down

0 comments on commit 30c2233

Please sign in to comment.