summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler/util/registry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/shlxthandler/util/registry.cxx')
-rw-r--r--shell/source/win32/shlxthandler/util/registry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/util/registry.cxx b/shell/source/win32/shlxthandler/util/registry.cxx
index 69a69526836c..01bb22587952 100644
--- a/shell/source/win32/shlxthandler/util/registry.cxx
+++ b/shell/source/win32/shlxthandler/util/registry.cxx
@@ -126,7 +126,7 @@ 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, /* out */ bool& bResult)
{