Преглед изворни кода

Typos in comments

Source commit: 5574e9f0a1d7322ae2f23e5e22fb9f3c252c98c1
Martin Prikryl пре 5 година
родитељ
комит
2d3ba135cf
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      source/core/PuttyIntf.cpp
  2. 1 1
      source/forms/Login.cpp

+ 1 - 1
source/core/PuttyIntf.cpp

@@ -68,7 +68,7 @@ void __fastcall PuttyFinalize()
     random_save_seed();
   }
   random_unref();
-  // random_ref in PuttyInitialize creates the seed file. Delete it, if didn't want to create it.
+  // random_ref in PuttyInitialize creates the seed file. Delete it, if we didn't want to create it.
   if (DeleteRandomSeedOnExit())
   {
     DeleteFile(ApiPath(Configuration->RandomSeedFileName));

+ 1 - 1
source/forms/Login.cpp

@@ -390,7 +390,7 @@ void __fastcall TLoginDialog::SetNewSiteNodeLabel()
 void __fastcall TLoginDialog::LoadSessions()
 {
   {
-    // Otherwise, once the selected node is deleted, another code is selected and we get failure
+    // Otherwise, once the selected node is deleted, another node is selected and we get failure
     // while trying to access its data somewhere in LoadContents
     TAutoFlag LoadingFlag(FLoading);
     SessionTree->Items->BeginUpdate();