GNOME Bugzilla – Bug 385343
minor typo on TYPE_CLASS macros
Last modified: 2006-12-13 06:13:37 UTC
Please describe the problem: I found a small typo on ev-tooltip.h. The EV_TOOLTIP_CLASS macro is defined using a macro called G_TYPE_CHACK_CLASS_CAST and not G_TYPE_CHECK_CLASS_CAST. Then I searched for more matches and found that 9 files actually have this typo too. I found that none of this macros was really used, so why this typos survived so many time. A bit more strange was found 50 results for this on Google, a few for projects other than Evince [1]. [1] http://www.google.com/codesearch?q=G_TYPE_CHACK_CLASS_CAST Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 78263 [details] [review] correct typos from TYPE_CLASS macros
Funny catch, thanks. Fixed.