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 636305 - Typo on GLib's GQueue g_queue_remove_all () function description
Typo on GLib's GQueue g_queue_remove_all () function description
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.27.x
Other All
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-12-02 15:27 UTC by Laura M. Castro
Modified: 2010-12-03 19:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (679 bytes, patch)
2010-12-02 15:27 UTC, Laura M. Castro
none Details | Review
Updated patch (678 bytes, patch)
2010-12-02 15:50 UTC, Laura M. Castro
none Details | Review

Description Laura M. Castro 2010-12-02 15:27:37 UTC
Created attachment 175714 [details] [review]
Patch

Description of g_queue_remove_all() function says:

"Remove all elemeents in queue which contains data."

There's a clear typo (elemeents). It should read:

"Remove all elements in queue which contains data."
Comment 1 Laura M. Castro 2010-12-02 15:50:14 UTC
Created attachment 175717 [details] [review]
Updated patch

Actually, the second verb should be plural, also:

"Remove all elements in queue which contain data."