From c987f643c1a9c9af5ab0a7c05268dc9ca16ac00a Mon Sep 17 00:00:00 2001
From: Marek Janda <nyx@nyx.cz>
Date: Fri, 26 Jun 2015 12:46:47 +0200
Subject: [PATCH] fix description

---
 auto_tests/tests/synchronize.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto_tests/tests/synchronize.js b/auto_tests/tests/synchronize.js
index dcc6169..173b32f 100644
--- a/auto_tests/tests/synchronize.js
+++ b/auto_tests/tests/synchronize.js
@@ -99,7 +99,7 @@ describe("synchronize", function() {
 
     DygraphOps.dispatchMouseMove(gs[0], 13, 10);
 
-    //check that both callbacks were re-attached
+    //check that original callback was re-attached
     assert.equal(originalCallbackCalled, true);
 
     //check that selection isn't synchronized anymore
-- 
2.7.4