[eog] Fix typos in API comments



commit 6890308e08c580625f56d6742f9c6dd9478637ef
Author: Felix Riemann <friemann gnome org>
Date:   Mon Feb 15 22:19:01 2010 +0100

    Fix typos in API comments
    
    Spotted by gtk-doc-1.13.

 src/eog-application.c       |    4 ++--
 src/eog-print-image-setup.c |    2 +-
 src/eog-thumb-view.c        |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/eog-application.c b/src/eog-application.c
index f8d5fb3..d24ffea 100644
--- a/src/eog-application.c
+++ b/src/eog-application.c
@@ -457,9 +457,9 @@ eog_application_get_windows (EogApplication *application)
  * eog_application_get_toolbars_model:
  * @application: An #EogApplication.
  *
- * Retrieves the #EogTolbarsModel for the toolbar in #EogApplication.
+ * Retrieves the #EggToolbarsModel for the toolbar in #EogApplication.
  *
- * Returns: An #EogToolbarsModel.
+ * Returns: An #EggToolbarsModel.
  **/
 EggToolbarsModel *
 eog_application_get_toolbars_model (EogApplication *application)
diff --git a/src/eog-print-image-setup.c b/src/eog-print-image-setup.c
index 79ee1f9..1f20ebf 100644
--- a/src/eog-print-image-setup.c
+++ b/src/eog-print-image-setup.c
@@ -980,7 +980,7 @@ eog_print_image_setup_init (EogPrintImageSetup *setup)
  * the image will be print
  *
  * Creates a new #EogPrintImageSetup widget, to be used as a custom
- * widget in a #GtkPrinUnixDialog. This widgets allows to set
+ * widget in a #GtkPrintUnixDialog. This widgets allows to set
  * the image position and scale in a page.
  *
  * Returns: a new #EogPrintImageSetup
diff --git a/src/eog-thumb-view.c b/src/eog-thumb-view.c
index b3a4962..21b4638 100644
--- a/src/eog-thumb-view.c
+++ b/src/eog-thumb-view.c
@@ -870,7 +870,7 @@ eog_thumb_view_select_single (EogThumbView *thumbview,
 
 /**
  * eog_thumb_view_set_thumbnail_popup:
- * @thumbview: A #GtkThumbView.
+ * @thumbview: An #EogThumbView.
  * @menu: A #GtkMenu.
  *
  * Set the contextual menu to be used with the thumbnails in the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]