diff --git a/src/ce_common.pas b/src/ce_common.pas index 7c830c45..1880f6b8 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -380,7 +380,7 @@ end; procedure TMRUFileList.assign(src: TPersistent); var - i: NativeInt; + i: Integer; begin inherited; for i := Count-1 downto 0 do diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index 3d8f5fa9..e010d455 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -14,7 +14,7 @@ type TCESynMemo = class; - // SImple THintWindow descendant allowing the font size to be in sync with the editor. + // Simple THintWindow descendant allowing the font size to be in sync with the editor. TCEEditorHintWindow = class(THintWindow) public class var FontSize: Integer;