From f2996a2da2ccd90e10dc7c6dadb059adcd56fcd6 Mon Sep 17 00:00:00 2001 From: Jonathan Michael Thomas Date: Mon, 13 Apr 2009 17:33:23 +0000 Subject: [PATCH] SVN_SILENT: Fix small typo in apidox svn path=/trunk/KDE/kdelibs/; revision=953304 --- wallpaper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallpaper.h b/wallpaper.h index 6b3367667..ddba1f52f 100644 --- a/wallpaper.h +++ b/wallpaper.h @@ -164,7 +164,7 @@ class PLASMA_EXPORT Wallpaper : public QObject QList listRenderingModes() const; /** - * @return true if initialized (usually by calling retore), false otherwise + * @return true if initialized (usually by calling restore), false otherwise */ bool isInitialized() const;