[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix a few spelling mistakes
noreply at xfce.org
noreply at xfce.org
Wed Sep 13 23:34:11 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit a747f65e5a9a95ffa2487ee53514d4fda9a070fb
Author: Unit 193 <unit193 at ubuntu.com>
Date: Wed Sep 13 17:15:05 2017 -0400
Fix a few spelling mistakes
---
common/panel-utils.c | 2 +-
libxfce4panel/xfce-panel-macros-46.h | 6 +++---
panel/panel-plugin-external.c | 2 +-
plugins/tasklist/tasklist-widget.c | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/common/panel-utils.c b/common/panel-utils.c
index 3f596cc..d7fb483 100644
--- a/common/panel-utils.c
+++ b/common/panel-utils.c
@@ -96,7 +96,7 @@ panel_utils_builder_new (XfcePanelPlugin *panel_plugin,
}
}
- g_critical ("Faild to construct the builder for plugin %s-%d: %s.",
+ g_critical ("Failed to construct the builder for plugin %s-%d: %s.",
xfce_panel_plugin_get_name (panel_plugin),
xfce_panel_plugin_get_unique_id (panel_plugin),
error->message);
diff --git a/libxfce4panel/xfce-panel-macros-46.h b/libxfce4panel/xfce-panel-macros-46.h
index 210a949..7282df2 100644
--- a/libxfce4panel/xfce-panel-macros-46.h
+++ b/libxfce4panel/xfce-panel-macros-46.h
@@ -270,11 +270,11 @@ G_BEGIN_DECLS
static void \
_xpp_quit_main_loop (void) \
{ \
- static gboolean quiting = FALSE; \
+ static gboolean quitting = FALSE; \
\
- if (!quiting) \
+ if (!quitting) \
{ \
- quiting = TRUE; \
+ quitting = TRUE; \
gtk_main_quit (); \
} \
} \
diff --git a/panel/panel-plugin-external.c b/panel/panel-plugin-external.c
index f412b06..2936d2f 100644
--- a/panel/panel-plugin-external.c
+++ b/panel/panel-plugin-external.c
@@ -368,7 +368,7 @@ panel_plugin_external_unrealize (GtkWidget *widget)
}
panel_debug (PANEL_DEBUG_EXTERNAL,
- "%s-%d: plugin unrealized; quiting child",
+ "%s-%d: plugin unrealized; quitting child",
panel_module_get_name (external->module),
external->unique_id);
diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 7497076..9dfe197 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -505,7 +505,7 @@ xfce_tasklist_class_init (XfceTasklistClass *klass)
gtk_widget_class_install_style_property (gtkwidget_class,
g_param_spec_int ("min-button-length",
NULL,
- "The minumum length of a window button",
+ "The minimum length of a window button",
1, G_MAXINT,
DEFAULT_MIN_BUTTON_LENGTH,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list