Harmless misspellings in the code
AndriaD - March 10, 2008 - 03:12
| Project: | Node Image Block |
| Version: | 5.x-2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | TBarregren |
| Status: | active |
Jump to:
Description
I just wanted to point out that one reason this module might misbehave is that, when I went hunting for the place to change the 'code' and 'pre' background color to something I could actually see (I've modified my theme to a dark bkgd, so the font is light-colored), I discovered numerous instances in the module code where 'imagecache' is spelled 'imagecahce' -- and yeah it's in the code itself, which could definitely present a problem, for those who're trying to use it with Imagecache. Any decent code editor can handle it with a global search/replace.
There are also some typos/misspellings on the help page, but that is cosmetic rather than (dys)functional.

#1
You are correct, but it should have no impact on the functionality, since the misspelling is only in function and form names used internal and it is consequently (search-n-replace error). Hence, the misspellings are harmless.
Nevertheless I am thankful for you pointing it out, and I will of course correct these misspellings in the next release.