From 9f0da2ec41730b7b140d487b50e56cd94e6910e9 Mon Sep 17 00:00:00 2001 From: Martin Carlberg Date: Tue, 8 Jan 2013 22:13:36 +0100 Subject: [PATCH] Fixed spelling error --- Objective-J/acorn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-J/acorn.js b/Objective-J/acorn.js index ecb45a35f..6561f2d69 100644 --- a/Objective-J/acorn.js +++ b/Objective-J/acorn.js @@ -96,7 +96,7 @@ if (!exports.acorn) { // When `location` is on, you can pass this to record the source // file in every node's `loc` object. sourceFile: null, - // Turn on objj to allow objj systax + // Turn on objj to allow Objective-J syntax objj: true };