From 3359e38384a57de895b62d3e4158bb6a6e88e2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20=C3=96z=C3=A7elik?= Date: Sun, 11 Jan 2015 15:36:45 -0800 Subject: [PATCH] Update q.js Minor typo fix. --- q.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q.js b/q.js index 49e945a2..e7838ddb 100644 --- a/q.js +++ b/q.js @@ -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 () {