From a00762ddd94d021994599e6441c3982eccfed2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 31 Aug 2014 03:30:48 +0200 Subject: [PATCH] overviewControls: Fix typos in comment --- js/ui/overviewControls.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/overviewControls.js b/js/ui/overviewControls.js index 261c1034a..e37ee703f 100644 --- a/js/ui/overviewControls.js +++ b/js/ui/overviewControls.js @@ -177,8 +177,8 @@ const SlidingControl = new Lang.Class({ }, _onOverviewHiding: function() { - // We need to explicitily slideOut since showing pages - // doesn't implies to slide out, instead, hiding the overview does. + // We need to explicitly slideOut since showing pages + // doesn't imply sliding out, instead, hiding the overview does. this.slideOut(); },