From 2e6e81e307028f7548273967095b7a3be21096e5 Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Sat, 23 Nov 2013 12:55:26 -0800 Subject: [PATCH] Minor spelling fix --- src/geometry/LineUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geometry/LineUtil.js b/src/geometry/LineUtil.js index 8249318d..5b0631c9 100644 --- a/src/geometry/LineUtil.js +++ b/src/geometry/LineUtil.js @@ -3,7 +3,7 @@ * and polylines (clipping, simplification, distances, etc.) */ -/*jshint bitwise:false */ // allow bitwise oprations for this file +/*jshint bitwise:false */ // allow bitwise operations for this file L.LineUtil = {