fixed typos in comment.

2005-02-13  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpprogress.c (gimp_progress_install): fixed typos in
	comment.
This commit is contained in:
Sven Neumann 2005-02-13 13:31:20 +00:00 committed by Sven Neumann
parent 0d2173eb79
commit a9b9889ce1
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2005-02-13 Sven Neumann <sven@gimp.org>
* libgimp/gimpprogress.c (gimp_progress_install): fixed typos in
comment.
* libgimp/gimpprogress.[ch]: gimp_progress_set_text() has boolean
return value.

View File

@ -68,9 +68,9 @@ static GHashTable *gimp_progress_ht = NULL;
*
* Since: GIMP 2.2
*
* Note that since GIMP 2.4, the @value_callback can be called with
* nagative values. This is triggered by calls to gimp_progress_pulse().
* The callback should then implement a progress indicating busyness,
* Note that since GIMP 2.4, @value_callback can be called with
* negative values. This is triggered by calls to gimp_progress_pulse().
* The callback should then implement a progress indicating business,
* e.g. by calling gtk_progress_bar_pulse().
**/
const gchar *