From e2c3018aff135c70347de71805bd9adddf7e8772 Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Sat, 30 Jul 2016 23:20:09 +0200 Subject: [PATCH] fixed typo --- js/app/map/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/map/map.js b/js/app/map/map.js index d1a2e3aa..98370ca3 100644 --- a/js/app/map/map.js +++ b/js/app/map/map.js @@ -1217,7 +1217,7 @@ define([ // set connection parameters // they should persist even through connection type change (e.g. wh -> stargate,..) - // therefore they shoule be part of the connection not of the connector + // therefore they should be part of the connection not of the connector connection.setParameters({ connectionId: connectionId, updated: connectionData.updated,