docs: use apostrophe in *'ll

This commit is contained in:
William Jon McCann
2014-02-07 13:35:54 -05:00
parent e34bd4137d
commit 285d216d3e
16 changed files with 18 additions and 18 deletions

View File

@ -52,7 +52,7 @@
* This function is used to initialize a GTK+ test program.
*
* It will in turn call g_test_init() and gtk_init() to properly
* initialize the testing framework and graphical toolkit. It'll
* initialize the testing framework and graphical toolkit. Itll
* also set the programs locale to “C” and prevent loading of rc
* files and Gtk+ modules. This is done to make tets program
* environments as deterministic as possible.
@ -444,7 +444,7 @@ gtk_test_find_widget (GtkWidget *widget,
* @percentage: value between 0 and 100.
*
* This function will adjust the slider position of all GtkRange
* based widgets, such as scrollbars or scales, it'll also adjust
* based widgets, such as scrollbars or scales, itll also adjust
* spin buttons. The adjustment value of these widgets is set to
* a value between the lower and upper limits, according to the
* @percentage argument.
@ -562,7 +562,7 @@ gtk_test_text_get (GtkWidget *widget)
* name-value pairs, terminated by %NULL
*
* This function wraps g_object_new() for widget types.
* It'll automatically show all created non window widgets, also
* Itll automatically show all created non window widgets, also
* g_object_ref_sink() them (to keep them alive across a running test)
* and set them up for destruction during the next test teardown phase.
*