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

@ -1178,7 +1178,7 @@ gtk_header_bar_set_title (GtkHeaderBar *bar,
* Retrieves the title of the header. See gtk_header_bar_set_title().
*
* Return value: the title of the header, or %NULL if none has
* been set explicitely. The returned string is owned by the widget
* been set explicitly. The returned string is owned by the widget
* and must not be modified or freed.
*
* Since: 3.10
@ -1239,7 +1239,7 @@ gtk_header_bar_set_subtitle (GtkHeaderBar *bar,
* Retrieves the subtitle of the header. See gtk_header_bar_set_subtitle().
*
* Return value: the subtitle of the header, or %NULL if none has
* been set explicitely. The returned string is owned by the widget
* been set explicitly. The returned string is owned by the widget
* and must not be modified or freed.
*
* Since: 3.10
@ -1331,7 +1331,7 @@ gtk_header_bar_set_custom_title (GtkHeaderBar *bar,
* gtk_header_bar_set_custom_title().
*
* Return value: (transfer none): the custom title widget
* of the header, or %NULL if none has been set explicitely.
* of the header, or %NULL if none has been set explicitly.
*
* Since: 3.10
*/