[libwnck] doc: Typos



commit 48248f23e269baeec02a2dbb93a831627dc2dfec
Author: Vincent Untz <vuntz gnome org>
Date:   Thu Jan 20 01:54:39 2011 +0100

    doc: Typos

 libwnck/screen.c |    2 +-
 libwnck/screen.h |    2 +-
 libwnck/util.c   |    2 +-
 libwnck/window.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libwnck/screen.c b/libwnck/screen.c
index 59e575d..96d34fb 100644
--- a/libwnck/screen.c
+++ b/libwnck/screen.c
@@ -1065,7 +1065,7 @@ _wnck_screen_process_property_notify (WnckScreen *screen,
  * @screen: a #WnckScreen.
  * @num_workspaces: the number of #WnckWorkspace on @screen, or -1 to let
  * wnck_screen_calc_workspace_layout() find this number.
- * @space_index: the index of a #Workspace.
+ * @space_index: the index of a #WnckWorkspace.
  * @layout: return location for the layout of #WnckWorkspace with additional
  * information.
  *
diff --git a/libwnck/screen.h b/libwnck/screen.h
index 9844035..28d38d0 100644
--- a/libwnck/screen.h
+++ b/libwnck/screen.h
@@ -132,7 +132,7 @@ typedef struct _WnckWorkspaceLayout WnckWorkspaceLayout;
  * the #WnckWorkspace for each position in the layout grid, or -1 if the
  * position does not correspond to any #WnckWorkspace.
  * @grid_area: size of the grid containing all #WnckWorkspace. This can be
- * bigger than the number of #WnckWorskpace because the grid might not be
+ * bigger than the number of #WnckWorkspace because the grid might not be
  * filled.
  * @current_row: row of the specific #WnckWorkspace, starting from 0.
  * @current_col: column of the specific #WnckWorkspace, starting from 0.
diff --git a/libwnck/util.c b/libwnck/util.c
index 6ef020a..7341874 100644
--- a/libwnck/util.c
+++ b/libwnck/util.c
@@ -51,7 +51,7 @@
  * @stability: Unstable
  *
  * These functions are utility functions providing some additional features to
- * libwcnk users.
+ * libwnck users.
  */
 
 typedef enum
diff --git a/libwnck/window.c b/libwnck/window.c
index 11e37a5..285e8aa 100644
--- a/libwnck/window.c
+++ b/libwnck/window.c
@@ -2031,7 +2031,7 @@ wnck_window_activate_transient (WnckWindow *window,
  * (wnck_window_activate_transient), and clicking again should
  * minimize @window and its transients.  (Not doing this can be
  * especially annoying in the case of modal dialogs that don't appear
- * in the #WnckTaslist).
+ * in the #WnckTasklist).
  *
  * Return value: %TRUE if one of the transients of @window is the most recently
  * activated window, %FALSE otherwise.



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