[fpc-devel] Extentions/extensions in fpmimetypes.pp

Reinier Olislagers reinierolislagers at gmail.com
Mon Apr 7 15:06:39 CEST 2014


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?

Thanks,
Reinier



More information about the fpc-devel mailing list