After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658333 - Typo in cogl/cogl-display.h
Typo in cogl/cogl-display.h
Status: RESOLVED FIXED
Product: cogl
Classification: Platform
Component: general
git master
Other Windows
: Normal trivial
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-09-06 07:27 UTC by Fan, Chun-wei
Modified: 2011-09-06 10:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for typo in cogl/cogl-display.h (943 bytes, patch)
2011-09-06 07:27 UTC, Fan, Chun-wei
committed Details | Review

Description Fan, Chun-wei 2011-09-06 07:27:39 UTC
Created attachment 195759 [details] [review]
Fix for typo in cogl/cogl-display.h

Hi,

I was attempting to update my msvc-support branch and during the process realised
that the #define added to cogl/cogl-display.h recently had a typo.  The line
"#define cogl_display_get_rendrer cogl_display_get_rendrer_EXP" should read
"#define cogl_display_get_renderer cogl_display_get_renderer_EXP".

This trivial patch attempts to fix this.

p.s. I would also like to ask for further review/comments on the msvc-support
     branch in bug 650020 too!

Thank you, and God bless!
Comment 1 Emmanuele Bassi (:ebassi) 2011-09-06 10:22:26 UTC
whoopsie! :-)

thanks, pushed to master.