aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon/WebAddonInterfaceDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/addon/WebAddonInterfaceDialog.cpp')
-rw-r--r--src/modules/addon/WebAddonInterfaceDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/addon/WebAddonInterfaceDialog.cpp b/src/modules/addon/WebAddonInterfaceDialog.cpp
index 8eabd0268..5d31f7c81 100644
--- a/src/modules/addon/WebAddonInterfaceDialog.cpp
+++ b/src/modules/addon/WebAddonInterfaceDialog.cpp
@@ -62,7 +62,7 @@ bool WebAddonInterfaceDialog::packageIsInstalled(const QString & szId, const QSt
if(szVersion.isEmpty())
return true; // hum.... shouldn't happen ?
- // FIXME: If the version of the installed addon is lower then allow upgrading!
+ // FIXME: If the version of the installed addon is lower than allow upgrading!
return KviMiscUtils::compareVersions(pAddon->version(), szVersion) < 0;
}