lcl: fixed typos

git-svn-id: trunk@55479 -
This commit is contained in:
mattias 2017-07-10 12:20:03 +00:00
parent 321d7c4b34
commit bd57210a2f
2 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ var
type
{ TDockManager is an abstract class for managing a dock site's docked
controls. See TDockTree below for the more info.
controls. See TDockTree below for more info.
}
TDockManager = class(TPersistent)
public

View File

@ -2154,7 +2154,7 @@ begin
begin
if CloseQuery then
begin
// IsMainForm flag set if we are closeing MainForm or its parent
// IsMainForm flag set if we are closing MainForm or its parent
IsMainForm := (Application.MainForm = Self) or (Self.IsParentOf(Application.MainForm));
// Prepare default close action
if FormStyle = fsMDIChild then