[Xfce4-commits] <xfce4-screenshooter:master> Fix typos spotted by Jeff Bailes.

Jérôme Guelfucci noreply at xfce.org
Sun Nov 29 10:16:01 CET 2009


Updating branch refs/heads/master
         to 6ed8eb78359e47b12f5413625379e24d76c1df27 (commit)
       from 744514138a40df59ef6b95c0c16cc1cdbe7dae56 (commit)

commit 6ed8eb78359e47b12f5413625379e24d76c1df27
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Nov 29 09:49:41 2009 +0100

    Fix typos spotted by Jeff Bailes.

 lib/screenshooter-zimagez.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/screenshooter-zimagez.c b/lib/screenshooter-zimagez.c
index 4c13ff1..b720a11 100644
--- a/lib/screenshooter-zimagez.c
+++ b/lib/screenshooter-zimagez.c
@@ -97,7 +97,7 @@ open_url_hook (SexyUrlLabel *url_label, gchar *url, gpointer user_data)
 
   if (!g_spawn_command_line_async (command, &error))
     {
-      TRACE ("An error occured when opening the URL");
+      TRACE ("An error occurred when opening the URL");
 
       screenshooter_error ("%s", error->message);
       g_error_free (error);
@@ -131,7 +131,7 @@ do_xmlrpc (SoupSession *session, const gchar *uri, const gchar *method,
     {
       err = g_error_new (SOUP_XMLRPC_FAULT,
                          SOUP_XMLRPC_FAULT_APPLICATION_ERROR,
-                         _("An error occured when creating the XMLRPC"
+                         _("An error occurred when creating the XMLRPC"
                            " request."));
       g_propagate_error (error, err);
 
@@ -150,7 +150,7 @@ do_xmlrpc (SoupSession *session, const gchar *uri, const gchar *method,
 
       err = g_error_new (SOUP_XMLRPC_FAULT,
                          SOUP_XMLRPC_FAULT_TRANSPORT_ERROR,
-                         _("An error occured when transfering the data"
+                         _("An error occurred when transferring the data"
                            " to ZimageZ."));
       g_propagate_error (error, err);
       g_object_unref (msg);
@@ -175,7 +175,7 @@ do_xmlrpc (SoupSession *session, const gchar *uri, const gchar *method,
 
           err = g_error_new (SOUP_XMLRPC_FAULT,
                              SOUP_XMLRPC_FAULT_APPLICATION_ERROR,
-                             _("An error occured when parsing the response"
+                             _("An error occurred when parsing the response"
                                " from ZimageZ."));
           g_propagate_error (error, err);
         }



More information about the Xfce4-commits mailing list