summaryrefslogtreecommitdiff
path: root/shell/inc/internal/registry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/internal/registry.hxx')
-rw-r--r--shell/inc/internal/registry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/internal/registry.hxx b/shell/inc/internal/registry.hxx
index 5f1394237fde..0ab71f5cafdd 100644
--- a/shell/inc/internal/registry.hxx
+++ b/shell/inc/internal/registry.hxx
@@ -45,7 +45,7 @@ bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, co
bool DeleteRegistryKey(HKEY RootKey, const char* KeyName);
/** May be used to determine if the specified registry key has subkeys
- The function returns true on success else if an error occures false
+ The function returns true on success else if an error occurs false
*/
bool HasSubkeysRegistryKey(HKEY RootKey, const char* KeyName, bool& bResult);