trivial spelling/whitespace fixes

svn path=/trunk/; revision=8011
This commit is contained in:
Ryan Lortie 2009-03-17 23:03:33 +00:00
parent 1d1fba442f
commit 8df23d2283
2 changed files with 10 additions and 10 deletions

View File

@ -3949,7 +3949,7 @@ g_idle_source_new (void)
/**
* g_idle_add_full:
* @priority: the priority of the idle source. Typically this will be in the
* range btweeen #G_PRIORITY_DEFAULT_IDLE and #G_PRIORITY_HIGH_IDLE.
* range between #G_PRIORITY_DEFAULT_IDLE and #G_PRIORITY_HIGH_IDLE.
* @function: function to call
* @data: data to pass to @function
* @notify: function to call when the idle is removed, or %NULL