From 8899325a0eeffac4211aa344f515272cdee9b51d Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 21 Dec 2012 10:46:29 -0500 Subject: [PATCH] boxpointer: Fix a small typo This was showing up in my auto-complete results. --- js/ui/boxpointer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/boxpointer.js b/js/ui/boxpointer.js index 9fa800cdb..cc8d0acbf 100644 --- a/js/ui/boxpointer.js +++ b/js/ui/boxpointer.js @@ -538,7 +538,7 @@ const BoxPointer = new Lang.Class({ _shiftActor : function() { // Since the position of the BoxPointer depends on the allocated size // of the BoxPointer and the position of the source actor, trying - // to position the BoxPoiner via the x/y properties will result in + // to position the BoxPointer via the x/y properties will result in // allocation loops and warnings. Instead we do the positioning via // the anchor point, which is independent of allocation, and leave // x == y == 0.