From fc7fc6d9b09f506a68a2d009aa466d2b6b0bcd09 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Mon, 1 Aug 2016 09:45:19 +0200 Subject: [PATCH] Issue #290: Fix typo in comment --- src/js/tools/drawing/selection/ShapeSelect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/tools/drawing/selection/ShapeSelect.js b/src/js/tools/drawing/selection/ShapeSelect.js index de2cb09b..0aa496be 100644 --- a/src/js/tools/drawing/selection/ShapeSelect.js +++ b/src/js/tools/drawing/selection/ShapeSelect.js @@ -27,7 +27,7 @@ this.dismissSelection(overlay); } else { this.hasSelection = true; - // From the pixel cliked, get shape using an algorithm similar to the paintbucket one: + // From the pixel clicked, get shape using an algorithm similar to the paintbucket one: var pixels = pskl.PixelUtils.getSimilarConnectedPixelsFromFrame(frame, col, row); this.selection = new pskl.selection.ShapeSelection(pixels);