GNOME Bugzilla – Bug 636305
Typo on GLib's GQueue g_queue_remove_all () function description
Last modified: 2010-12-03 19:46:25 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."
Created attachment 175717 [details] [review] Updated patch Actually, the second verb should be plural, also: "Remove all elements in queue which contain data."