LCL: fixed typos in comments ("extention" -> "extension"), patch by Reinier, bug #26154

git-svn-id: trunk@45029 -
This commit is contained in:
maxim 2014-05-12 23:12:18 +00:00
parent ac3a2bbfad
commit f281e6830c
4 changed files with 5 additions and 5 deletions

View File

@ -179,7 +179,7 @@ begin
// clNone: load image opaque (*) // clNone: load image opaque (*)
// otherwise: use TransparentColor as transparent color // otherwise: use TransparentColor as transparent color
// //
// (*) these are Lazarus extentions // (*) these are Lazarus extensions
if (TransparentMode = tmAuto) or (TransparentColor = clDefault) if (TransparentMode = tmAuto) or (TransparentColor = clDefault)
then begin then begin

View File

@ -349,7 +349,7 @@ begin
// ToDO: NORMAL, CONDENSED, NARROW, WIDE, EXPANDED // ToDO: NORMAL, CONDENSED, NARROW, WIDE, EXPANDED
GetNextItem; // 7. read AddStyleName GetNextItem; // 7. read AddStyleName
// calculate Style name extentions (=rotation) // calculate Style name extensions (=rotation)
// API XLFD // API XLFD
// --------------------- -------------- // --------------------- --------------
// Orientation 1/10 deg 1/64 deg // Orientation 1/10 deg 1/64 deg

View File

@ -1672,7 +1672,7 @@ begin
// SetWidthName := '*'; // SetWidthName := '*';
{$IFDEF OLD_ROTATION} {$IFDEF OLD_ROTATION}
if AddStyleName='*' then begin if AddStyleName='*' then begin
// calculate Style name extentions (=rotation) // calculate Style name extensions (=rotation)
// API XLFD // API XLFD
// --------------------- -------------- // --------------------- --------------
// Orientation 1/10 deg 1/64 deg // Orientation 1/10 deg 1/64 deg

View File

@ -349,7 +349,7 @@ type
{ ILazImageReader } { ILazImageReader }
{ Extention to TFPCustomImageReader to initialize a TRawImgeDescription based { Extension to TFPCustomImageReader to initialize a TRawImgeDescription based
on the image to be read on the image to be read
} }
@ -362,7 +362,7 @@ type
end; end;
{ ILazImageWriter } { ILazImageWriter }
{ Extention to TFPCustomImageWriter to initialize the writer based { Extension to TFPCustomImageWriter to initialize the writer based
on the intfimage data. To be able to write different formats, the writer on the intfimage data. To be able to write different formats, the writer
should initialize itself should initialize itself
} }