Browse Source

Typo in a comment

Source commit: 6b7de90f05620fa563f2c34dc133bf07c205045a
Martin Prikryl 6 years ago
parent
commit
b43c47c6da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/Tools.cpp

+ 1 - 1
source/windows/Tools.cpp

@@ -680,7 +680,7 @@ void __fastcall ValidateMaskEdit(TMemo * Edit, bool Directory)
 //---------------------------------------------------------------------------
 TStrings * __fastcall GetUnwrappedMemoLines(TMemo * Memo)
 {
-  // This removes soft linebreakes when text in memo wraps
+  // This removes soft linebreaks when text in memo wraps
   // (Memo->Lines includes soft linebreaks, while Memo->Text does not)
   return TextToStringList(Memo->Text);
 }