mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
LCL: fixed typos in comments ("extention" -> "extension"), patch by Reinier, bug #26154
git-svn-id: trunk@45029 -
This commit is contained in:
parent
ac3a2bbfad
commit
f281e6830c
@ -179,7 +179,7 @@ begin
|
||||
// clNone: load image opaque (*)
|
||||
// otherwise: use TransparentColor as transparent color
|
||||
//
|
||||
// (*) these are Lazarus extentions
|
||||
// (*) these are Lazarus extensions
|
||||
|
||||
if (TransparentMode = tmAuto) or (TransparentColor = clDefault)
|
||||
then begin
|
||||
|
@ -349,7 +349,7 @@ begin
|
||||
// ToDO: NORMAL, CONDENSED, NARROW, WIDE, EXPANDED
|
||||
|
||||
GetNextItem; // 7. read AddStyleName
|
||||
// calculate Style name extentions (=rotation)
|
||||
// calculate Style name extensions (=rotation)
|
||||
// API XLFD
|
||||
// --------------------- --------------
|
||||
// Orientation 1/10 deg 1/64 deg
|
||||
|
@ -1672,7 +1672,7 @@ begin
|
||||
// SetWidthName := '*';
|
||||
{$IFDEF OLD_ROTATION}
|
||||
if AddStyleName='*' then begin
|
||||
// calculate Style name extentions (=rotation)
|
||||
// calculate Style name extensions (=rotation)
|
||||
// API XLFD
|
||||
// --------------------- --------------
|
||||
// Orientation 1/10 deg 1/64 deg
|
||||
|
@ -349,7 +349,7 @@ type
|
||||
|
||||
|
||||
{ ILazImageReader }
|
||||
{ Extention to TFPCustomImageReader to initialize a TRawImgeDescription based
|
||||
{ Extension to TFPCustomImageReader to initialize a TRawImgeDescription based
|
||||
on the image to be read
|
||||
}
|
||||
|
||||
@ -362,7 +362,7 @@ type
|
||||
end;
|
||||
|
||||
{ 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
|
||||
should initialize itself
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user