[Xfce4-commits] [xfce/xfwm4] 01/02: Fix a spelling mistake.

noreply at xfce.org noreply at xfce.org
Tue Mar 21 09:59:37 CET 2017


This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch master
in repository xfce/xfwm4.

commit 087decc60f7c8c94e0f9734bdb66d910b8aea59a
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Fri Mar 17 17:57:18 2017 -0400

    Fix a spelling mistake.
---
 src/compositor.c | 2 +-
 src/main.c       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/compositor.c b/src/compositor.c
index aa658d6..dec36ab 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -2828,7 +2828,7 @@ add_win (DisplayInfo *display_info, Window id, Client *c)
     {
         g_free (new);
         myDisplayUngrabServer (display_info);
-        TRACE ("An error occured getting window attributes, 0x%lx not added", id);
+        TRACE ("An error occurred getting window attributes, 0x%lx not added", id);
         return;
     }
 
diff --git a/src/main.c b/src/main.c
index 99fd8a3..cf29f2e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -691,7 +691,7 @@ main (int argc, char **argv)
             gtk_main ();
             break;
         default:
-            g_warning ("Unknown error occured");
+            g_warning ("Unknown error occurred");
             exit (1);
             break;
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list