Skip to content

Commit

Permalink
Merge pull request kriskowal#638 from v0lkan/patch-1
Browse files Browse the repository at this point in the history
Update q.js
  • Loading branch information
kriskowal committed Feb 11, 2015
2 parents 3159ac4 + 3359e38 commit d37583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
self.Q = definition();

} else {
throw new Error("This environment was not anticiapted by Q. Please file a bug.");
throw new Error("This environment was not anticipated by Q. Please file a bug.");
}

})(function () {
Expand Down

0 comments on commit d37583b

Please sign in to comment.