After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 608256 - typo: s/signin/signing
typo: s/signin/signing
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other All
: Normal normal
: 2.26.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2010-01-27 14:50 UTC by Christian Kirbach
Modified: 2010-01-28 18:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix typo in daemon/seahorse-service-crypto.c (585 bytes, patch)
2010-01-27 14:50 UTC, Christian Kirbach
none Details | Review

Description Christian Kirbach 2010-01-27 14:50:02 UTC
Created attachment 152405 [details] [review]
fix typo in daemon/seahorse-service-crypto.c 

in daemon/seahorse-service-crypto.c

-        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"));
Comment 1 Pablo Castellano (IRC: pablog) 2010-01-28 18:05:23 UTC
Committed, thanks!

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