[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix doc typos
noreply at xfce.org
noreply at xfce.org
Sat Nov 2 21:54:03 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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 d8d628380c4cbd3903ccd6ec270244426b828f87
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Nov 2 17:53:55 2019 -0300
Fix doc typos
---
libxfce4panel/xfce-panel-plugin.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index f27a2ce..a638f13 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -243,7 +243,7 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
* @plugin : an #XfcePanelPlugin.
*
* This signal is emmitted when the About entry in the right-click
- * menu is clicked. Plugin writes can use it to show information
+ * menu is clicked. Plugin writers can use it to show information
* about the plugin and display credits of the developers, translators
* and other contributors.
*
@@ -263,7 +263,7 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
* @plugin : an #XfcePanelPlugin.
*
* This signal is emmitted when the Properties entry in the right-click
- * menu is clicked. Plugin writes can use this signal to open a
+ * menu is clicked. Plugin writers can use this signal to open a
* plugin settings dialog.
*
* See also: xfce_panel_plugin_menu_show_configure() and
@@ -629,8 +629,8 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
/**
* XfcePanelPlugin:small:
*
- * Wether the #XfcePanelPlugin is small enough to fit a single row of a multi-row panel.
- * Plugin writes can use it to read or set this property, but xfce_panel_plugin_set_small()
+ * Whether the #XfcePanelPlugin is small enough to fit a single row of a multi-row panel.
+ * Plugin writers can use it to read or set this property, but xfce_panel_plugin_set_small()
* is recommended.
*
* Since: 4.10
@@ -646,7 +646,7 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
/**
* XfcePanelPlugin:expand:
*
- * Wether the #XfcePanelPlugin expands on the panel. Plugin writes can use it
+ * Whether the #XfcePanelPlugin expands on the panel. Plugin writers can use it
* to read or set this property, but xfce_panel_plugin_set_expand()
* is recommended.
**/
@@ -661,8 +661,8 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
/**
* XfcePanelPlugin:shrink:
*
- * Wether the #XfcePanelPlugin can shrink when there is no space left on the panel.
- * Plugin writes can use it to read or set this property, but xfce_panel_plugin_set_shrink()
+ * Whether the #XfcePanelPlugin can shrink when there is no space left on the panel.
+ * Plugin writers can use it to read or set this property, but xfce_panel_plugin_set_shrink()
* is recommended.
*
* Since: 4.10
@@ -1989,7 +1989,7 @@ xfce_panel_plugin_get_expand (XfcePanelPlugin *plugin)
* @plugin : an #XfcePanelPlugin.
* @expand : whether to expand the plugin.
*
- * Wether the plugin should expand of not
+ * Whether the plugin should expand of not
**/
void
xfce_panel_plugin_set_expand (XfcePanelPlugin *plugin,
@@ -2046,7 +2046,7 @@ xfce_panel_plugin_get_shrink (XfcePanelPlugin *plugin)
* @plugin : an #XfcePanelPlugin.
* @shrink : whether the plugin can shrink.
*
- * Wether the plugin can shrink if the size on the panel
+ * Whether the plugin can shrink if the size on the panel
* is limited. This does not work if the plugin is expanded.
**/
void
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list