From 92b64d23ad6bc792dd23ffb4889ab070760c5e05 Mon Sep 17 00:00:00 2001
From: callodacity <callodacity@users.noreply.github.com>
Date: Tue, 9 Aug 2016 12:48:16 +1000
Subject: [PATCH] Fix typo in comment

---
 lib/codemirror.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/codemirror.js b/lib/codemirror.js
index 4568673e3..d08aa67f6 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -7962,7 +7962,7 @@
   }
 
   // Register a change in the history. Merges changes that are within
-  // a single operation, ore are close together with an origin that
+  // a single operation, or are close together with an origin that
   // allows merging (starting with "+") into a single event.
   function addChangeToHistory(doc, change, selAfter, opId) {
     var hist = doc.history;
-- 
GitLab