From 5b77ea2fab80883e3fe89f34190de1d9c2279574 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 30 Apr 2011 09:36:02 +0300 Subject: [PATCH] fix typo: remove->remote --- tools/plasma-remote-helper/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plasma-remote-helper/main.cpp b/tools/plasma-remote-helper/main.cpp index a1d3d0cc0..cda83ab0c 100644 --- a/tools/plasma-remote-helper/main.cpp +++ b/tools/plasma-remote-helper/main.cpp @@ -25,7 +25,7 @@ #include #include -static const char description[] = I18N_NOOP("Trigger the installation of a remove Plasma Widget"); +static const char description[] = I18N_NOOP("Trigger the installation of a remote Plasma Widget"); static const char version[] = "0.1"; int addRemotePlasmoidToShell(const QString &shellName, const QString &url)