Procházet zdrojové kódy

Typo in comment

Source commit: 3d770c36dbe176656b88141abf9c8f1085ead774
Martin Prikryl před 8 roky
rodič
revize
1f245f6805
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      source/windows/WinConfiguration.cpp

+ 1 - 1
source/windows/WinConfiguration.cpp

@@ -770,7 +770,7 @@ bool __fastcall TWinConfiguration::CanWriteToStorage()
       Storage->AccessMode = smReadWrite;
       // This is actually not very good test, as we end up potentially with
       // the very same config, and TIniFileStorage file won't even try to
-      // write the file then. Lucliky, we use this for empty config only,
+      // write the file then. Luckily, we use this for empty config only,
       // so we end up with at least an empty section.
       if (Storage->OpenSubKey(ConfigurationSubKey, true))
       {