[Xfce4-commits] [xfce/xfwm4] 01/02: Fix a spelling mistake.
This is an automated email from the git hooks/post-receive script. olivier pushed a commit to branch xfce-4.12 in repository xfce/xfwm4. commit a598b94c67e20b1dae2ead80d6fdcd823e3fe710 Author: Unit 193 Date: Fri Mar 17 17:57:18 2017 -0400 Fix a spelling mistake. (cherry picked from commit 087decc60f7c8c94e0f9734bdb66d910b8aea59a) --- 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 56e41b3..5a7b7e0 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -2144,7 +2144,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 c041ade..b9b66b5 100644 --- a/src/main.c +++ b/src/main.c @@ -693,7 +693,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. ___ Xfce4-commits mailing list Xfce4-commits@xfce.org https://mail.xfce.org/mailman/listinfo/xfce4-commits
[Xfce4-commits] [xfce/xfwm4] 01/02: Fix a spelling mistake.
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 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. ___ Xfce4-commits mailing list Xfce4-commits@xfce.org https://mail.xfce.org/mailman/listinfo/xfce4-commits