Browse Source

Typo in a comment

(cherry picked from commit 86869c225b27a5580336b026c2f2c45ce3de4bbc)

Source commit: 7e131809901e3edc97501b7fe888f6f994058a87
Martin Prikryl 5 years ago
parent
commit
803f9513a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/WinMain.cpp

+ 1 - 1
source/windows/WinMain.cpp

@@ -77,7 +77,7 @@ void __fastcall GetLoginData(UnicodeString SessionName, TOptions * Options,
       DefaultsOnly)
       DefaultsOnly)
   {
   {
     // Note that GetFolderOrWorkspace never returns sites that !CanLogin,
     // Note that GetFolderOrWorkspace never returns sites that !CanLogin,
-    // so we should not get here with more then one site.
+    // so we should not get here with more than one site.
     // Though we should be good, if we ever do.
     // Though we should be good, if we ever do.
 
 
     // We get here when:
     // We get here when: