[evolution-data-server] Fix typo.



commit 3cd6a3c5b51de650ef5275f9c47c01a7c8422f56
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Aug 15 17:58:48 2012 -0400

    Fix typo.

 libebackend/e-authentication-mediator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libebackend/e-authentication-mediator.c b/libebackend/e-authentication-mediator.c
index c0d55c7..12de45c 100644
--- a/libebackend/e-authentication-mediator.c
+++ b/libebackend/e-authentication-mediator.c
@@ -665,7 +665,7 @@ authentication_mediator_initable_init (GInitable *initable,
 	closure->main_context = g_main_context_new ();
 	/* It's important to pass 'is_running=FALSE' here because
 	 * we wait for the main loop to start running as a way of
-	 * synchronizing with the manager thread. */
+	 * synchronizing with the authenticator thread. */
 	closure->main_loop = g_main_loop_new (closure->main_context, FALSE);
 	closure->main_loop_cond = g_cond_new ();
 	closure->main_loop_mutex = g_mutex_new ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]