From e98708f59319ee54aed63a156f3980973dc97257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 6 Aug 2010 21:11:47 +0000 Subject: [PATCH] Fix typo SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1160050 --- workspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.h b/workspace.h index 9b36bad909..d62124b662 100644 --- a/workspace.h +++ b/workspace.h @@ -184,7 +184,7 @@ class Workspace : public QObject, public KDecorationDefines // this rearranges the tiles. void updateAllTiles(); - // The notification funtions are called from + // The notification functions are called from // various points in existing code so that // tiling can take any action if required. // They are defined in tiling.cpp