diff options
Diffstat (limited to 'src/menuorgsetup.cpp')
-rw-r--r-- | src/menuorgsetup.cpp | 2 |
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; |