Browse Source

Typo in a comment

Source commit: 07a6427f995bcb563e5455918cb127166c7d8394
Martin Prikryl 1 year ago
parent
commit
2997aa85cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/Setup.cpp

+ 1 - 1
source/windows/Setup.cpp

@@ -402,7 +402,7 @@ static void __fastcall RegisterAsUrlHandler(const UnicodeString & Protocol, Unic
   {
     RegisterAsUrlHandler(HKEY_LOCAL_MACHINE, Protocol, Description);
 
-    // get rid of any HKCU registraction that would overrite the HKLM one
+    // get rid of any HKCU registraction that would override the HKLM one
     std::unique_ptr<TRegistry> Registry(CreateRegistry(HKEY_CURRENT_USER));
     if (Registry->KeyExists(SoftwareClassesBaseKey + Protocol))
     {