docs/comments: Fix spelling of 'explicitly'

This replaces all occurrences of 'explicitely' with 'explicitly'. Only
code comments and gtk-doc statements are affected.

https://bugzilla.gnome.org/show_bug.cgi?id=722429
This commit is contained in:
Volker Sobek
2014-01-17 16:25:30 +01:00
parent ea0ede201e
commit a4d69e7f14
15 changed files with 22 additions and 22 deletions

View File

@ -1702,7 +1702,7 @@ gtk_container_idle_sizer (GdkFrameClock *clock,
/* we may be invoked with a container_resize_queue of NULL, because
* queue_resize could have been adding an extra idle function while
* the queue still got processed. we better just ignore such case
* than trying to explicitely work around them with some extra flags,
* than trying to explicitly work around them with some extra flags,
* since it doesn't cause any actual harm.
*/
if (container->priv->resize_pending)