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 618093 - typo in gtkprintoperation.c, "selecion" should be "selection"
typo in gtkprintoperation.c, "selecion" should be "selection"
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
unspecified
Other All
: Normal trivial
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-05-08 09:52 UTC by Andika Triwidada
Modified: 2010-05-10 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andika Triwidada 2010-05-08 09:52:46 UTC
$ git log|head -1
commit 41d36aef3c45c20ca0f45b75bdf159e76fc064ca

$ grep -rHn selecion *
gtk/gtkprintoperation.c:1297:							 P_("TRUE if a selecion exists."),
Comment 1 Christian Dywan 2010-05-10 10:44:52 UTC
This was fixed in maste. Thanks for your report.