[empathy: 5/9] fix typo



commit eb0e906fdf31444a970cd907357cb383a61949c7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Jun 17 15:41:19 2010 +0200

    fix typo

 src/empathy-event-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index deca169..c295f6b 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -797,7 +797,7 @@ approve_channels (TpSimpleApprover *approver,
   if (channel == NULL)
     {
       GError error = { TP_ERRORS, TP_ERROR_INVALID_ARGUMENT,
-          "Uknown channel type" };
+          "Unknown channel type" };
 
       DEBUG ("Failed to find the main channel; ignoring");
 



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