浏览代码

Typo in a comment

(cherry picked from commit 4bb5cfd3bfe298ff4dcfa8776239fa15f9351ae1)

Source commit: c47b9a3b458aa91c32473df2c68d122ab115ef66
Martin Prikryl 5 年之前
父节点
当前提交
47d106f410
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/forms/Authenticate.cpp

+ 1 - 1
source/forms/Authenticate.cpp

@@ -569,7 +569,7 @@ void __fastcall TAuthenticateForm::LogViewDrawItem(TWinControl * /*Control*/, in
   TRect & Rect, TOwnerDrawState /*State*/)
 {
   // Reset back to base colors. We do not want to render selection.
-  // + At initial phases the canvas font will not yet reflect he desktop font.
+  // + At initial phases the canvas font will not yet reflect the desktop font.
   LogView->Canvas->Font = LogView->Font;
   LogView->Canvas->Brush->Color = LogView->Color;