Browse Source

Typo

Source commit: 6b9cd248154528b6563906a5668151966530d352
Martin Prikryl 8 years ago
parent
commit
eeac0f71e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/ImportSessions.cpp

+ 1 - 1
source/forms/ImportSessions.cpp

@@ -299,7 +299,7 @@ void __fastcall TImportSessionsDialog::Dispatch(void * Message)
 void __fastcall TImportSessionsDialog::PasteButtonClick(TObject * /*Sender*/)
 {
   UnicodeString Text;
-  // Proceed even when retriving from clipboard fails, "no host keys" error will show.
+  // Proceed even when retrieving from clipboard fails, "no host keys" error will show.
   TextFromClipboard(Text, false);
   std::unique_ptr<TStrings> Lines(new TStringList());
   Lines->Text = Text;