[seahorse] Fixed typo in daemon/seahorse-service-crypto.c



commit 16b5de56416f64f2f3a65ed7ec965bb783eda7c9
Author: Christian Kirbach <Christian Kirbach googlemail com>
Date:   Thu Jan 28 19:03:36 2010 +0100

    Fixed typo in daemon/seahorse-service-crypto.c
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608256

 daemon/seahorse-service-crypto.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/seahorse-service-crypto.c b/daemon/seahorse-service-crypto.c
index 52cb9f8..f120556 100644
--- a/daemon/seahorse-service-crypto.c
+++ b/daemon/seahorse-service-crypto.c
@@ -559,7 +559,7 @@ seahorse_service_crypto_encrypt_file (SeahorseServiceCrypto *crypto,
 
     if (*error != NULL){
         g_object_unref (in);
-        g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID, _("Error openin clearuri"));
+        g_set_error (error, SEAHORSE_DBUS_ERROR, SEAHORSE_DBUS_ERROR_INVALID, _("Error opening clearuri"));
         return FALSE;
     }
 



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