[emerillon/gtk3] Fix return value documentation typo (containig)
- From: Andreas Henriksson <ah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [emerillon/gtk3] Fix return value documentation typo (containig)
- Date: Thu, 11 Aug 2011 11:09:29 +0000 (UTC)
commit 1c110c636a612544a69469c5cbf0ea22c474c260
Author: Andreas Henriksson <andreas fatal se>
Date: Thu Aug 11 13:08:36 2011 +0200
Fix return value documentation typo (containig)
emerillon/preferences.c | 2 +-
emerillon/window.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/emerillon/preferences.c b/emerillon/preferences.c
index 35d61a8..65563e8 100644
--- a/emerillon/preferences.c
+++ b/emerillon/preferences.c
@@ -107,7 +107,7 @@ emerillon_preferences_class_init (EmerillonPreferencesClass *klass)
*
* Retrieves Emerillon's preferences
*
- * Return value: (transfer none): A #GtkWidget containig the preferences
+ * Return value: (transfer none): A #GtkWidget containing the preferences
*/
GtkWidget *
emerillon_preferences_dup_default (void)
diff --git a/emerillon/window.c b/emerillon/window.c
index 46418ff..40a9a71 100644
--- a/emerillon/window.c
+++ b/emerillon/window.c
@@ -1009,7 +1009,7 @@ emerillon_window_get_ui_manager (EmerillonWindow *window)
*
* Retrieves Emerillon's toolbar
*
- * Return value: (transfer none): A #GtkWidget containig Emerillon's toolbar
+ * Return value: (transfer none): A #GtkWidget containing Emerillon's toolbar
*/
GtkWidget *
emerillon_window_get_toolbar (EmerillonWindow *window)
@@ -1025,7 +1025,7 @@ emerillon_window_get_toolbar (EmerillonWindow *window)
*
* Retrieves Emerillon's sidebar
*
- * Return value: (transfer none): A #GtkWidget containig the current sidebar
+ * Return value: (transfer none): A #GtkWidget containing the current sidebar
*/
GtkWidget *
emerillon_window_get_sidebar (EmerillonWindow *window)
@@ -1041,7 +1041,7 @@ emerillon_window_get_sidebar (EmerillonWindow *window)
*
* Retrieves Emerillon's statusbar
*
- * Return value: (transfer none): A #GtkWidget containig the current statusbar
+ * Return value: (transfer none): A #GtkWidget containing the current statusbar
*/
GtkWidget *
emerillon_window_get_statusbar (EmerillonWindow *window)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]