From e93b3d5c97e99d4788979a62ce94d56aa608c4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 28 Jun 2011 09:20:42 +0200 Subject: [PATCH] Fix spelling mistake. --- src/ui/View.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/View.js b/src/ui/View.js index fdcbf57b..dad0a6ac 100644 --- a/src/ui/View.js +++ b/src/ui/View.js @@ -18,7 +18,7 @@ * @name View * * @class The View object wraps a canvas element and handles drawing and user - * interaction trhough mouse and keyboard for it. It offer means to scroll the + * interaction through mouse and keyboard for it. It offer means to scroll the * view, find the currently visible bounds in project coordinates, or the * center, both useful fo constructing artwork that should appear centered on * screen.