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

Commit

Permalink
Merge pull request #10 from troynt/patch-1
Browse files Browse the repository at this point in the history
replacing "errror" with "error".
  • Loading branch information
fat committed Apr 23, 2012
2 parents 6ea4259 + 93d0c35 commit e49b911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ RECESS.prototype = {

// log a message trying to explain why
that.log(
"Parse errror".red
"Parse error".red
+ ": "
+ err.message
+ " on line "
Expand Down

0 comments on commit e49b911

Please sign in to comment.