summaryrefslogtreecommitdiff
path: root/src/menuorgsetup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menuorgsetup.cpp')
-rw-r--r--src/menuorgsetup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menuorgsetup.cpp b/src/menuorgsetup.cpp
index bcf76cc..1628f90 100644
--- a/src/menuorgsetup.cpp
+++ b/src/menuorgsetup.cpp
@@ -31,7 +31,7 @@ cMenuOrgPluginSetup::cMenuOrgPluginSetup(int* pluginIsActive, int* showLostPlugi
_pluginIsActive = pluginIsActive;
_showLostPlugins = showLostPlugins;
- // make temporary copy the values
+ // make a temporary copy of the values
_newpluginIsActive = *pluginIsActive;
_newshowLostPlugins = *showLostPlugins;