[fpc-devel] Extentions/extensions in fpmimetypes.pp
Michael Van Canneyt
michael at freepascal.org
Mon Apr 7 15:12:06 CEST 2014
On Mon, 7 Apr 2014, Reinier Olislagers wrote:
> Noticed this in fpmimetypes.pp:
> Type
> TMimeType = Class(TObject)
> private
> FExtensions: String;
> FExtentions: String;
> ...
> Public
> ...
> Property Extensions : String Read FExtensions Write FExtentions;
> end;
>
> I wonder if this is correct?
> If it is really meant to read from one variable and write to another,
> perhaps the variable names could be adjusted to reflect their purpose?
This is a bug.
Michael.
More information about the fpc-devel
mailing list