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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to