From 1d1bbea23d9e1419fe96ceb8019b906e96ede95d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 27 Aug 2018 01:27:18 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- diff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff.js b/diff.js index e488301..123f48a 100644 --- a/diff.js +++ b/diff.js @@ -2178,7 +2178,7 @@ var DiffClassPrototype = { // XXX need to make the diff object the universal context... // ...currently the context for most things is .constructor.types -// which is global this makesanything that any handler does is not +// which is global this makes anything that any handler does not // local to a particular diff instance... var DiffPrototype = { // system meta information...