From d819c8e486c9aaa2602d93fdd5cd1743d5a46624 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 24 Jan 2010 20:50:51 -0500 Subject: [PATCH] Typo fixes --- gio/gsimpleasyncresult.c | 4 ++-- 1 file 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, -- 2.7.4