PDA

View Full Version : Trivial error in reports (spelling error) (FIXED IN 2.02)


DavidW
9th of October 2006 (Mon), 04:15
Whilst I'm reporting trivial errors, there's two spelling errors in EDITOR_report.php:

lines 469, 1253 - should read Length, not Lenght.


In fact, there's a few occurrences of this spelling error throughout EE - a bit of grepping of the source including language files for lenght (case insensitive - so grep -i if using GNU grep) wouldn't be a bad thing.

Beware, though, of changing references to database fields!



David

cferrero
23rd of October 2006 (Mon), 04:01
Another spelling error: in EDITOR_resize_methods.php we see the word "treshold" which should actually be "threshold"