[glib] Typo fixes
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib] Typo fixes
- Date: Mon, 25 Jan 2010 01:52:43 +0000 (UTC)
commit d819c8e486c9aaa2602d93fdd5cd1743d5a46624
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jan 24 20:50:51 2010 -0500
Typo fixes
gio/gsimpleasyncresult.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c
index 8447af7..6121dc0 100644
--- a/gio/gsimpleasyncresult.c
+++ b/gio/gsimpleasyncresult.c
@@ -78,7 +78,7 @@
* but the result still needs to be created for an error condition, use
* g_simple_async_result_new_error() (or g_simple_async_result_set_error_va()
* if your application or binding requires passing a variable argument list
- * directly), and the error can then be propegated through the use of
+ * directly), and the error can then be propagated through the use of
* g_simple_async_result_propagate_error().
*
* An asynchronous operation can be made to ignore a cancellation event by
@@ -360,7 +360,7 @@ g_simple_async_result_get_source_tag (GSimpleAsyncResult *simple)
* Propagates an error from within the simple asynchronous result to
* a given destination.
*
- * Returns: %TRUE if the error was propegated to @dest. %FALSE otherwise.
+ * Returns: %TRUE if the error was propagated to @dest. %FALSE otherwise.
**/
gboolean
g_simple_async_result_propagate_error (GSimpleAsyncResult *simple,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]