From b200136fcc8f5c27f74e0683144f75c4bd97265b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Apr 2003 00:18:16 +0000 Subject: [PATCH] Fix numerous misspellings of possessive "its". (#110027, Doug Quale) --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ docs/reference/ChangeLog | 9 +++++++++ docs/reference/gtk/tmpl/gtkenums.sgml | 2 +- docs/reference/gtk/tmpl/gtkmain.sgml | 4 ++-- docs/reference/gtk/tmpl/gtkpaned.sgml | 2 +- docs/reference/gtk/tmpl/gtkradiobutton.sgml | 2 +- docs/reference/gtk/tmpl/gtkspinbutton.sgml | 2 +- docs/reference/gtk/tmpl/gtkstatusbar.sgml | 2 +- docs/reference/gtk/tmpl/gtktext.sgml | 6 +++--- docs/reference/gtk/tmpl/gtktogglebutton.sgml | 4 ++-- docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml | 2 +- docs/reference/gtk/tmpl/gtktypeutils.sgml | 2 +- gtk/gtkcelleditable.c | 2 +- gtk/gtkfixed.c | 2 +- gtk/gtktreemodel.c | 6 +++--- gtk/gtktreeselection.c | 4 ++-- gtk/gtktreeview.c | 2 +- 21 files changed, 61 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 136594111f..3a772ff406 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-04-07 Matthias Clasen + + * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, + gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous + misspellings of possessive "its". (#110027, Doug Quale) + 2003-04-03 Matthias Clasen * demos/gtk-demo/main.c (demo_find_file): Only use files from the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 136594111f..3a772ff406 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2003-04-07 Matthias Clasen + + * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, + gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous + misspellings of possessive "its". (#110027, Doug Quale) + 2003-04-03 Matthias Clasen * demos/gtk-demo/main.c (demo_find_file): Only use files from the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 136594111f..3a772ff406 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2003-04-07 Matthias Clasen + + * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, + gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous + misspellings of possessive "its". (#110027, Doug Quale) + 2003-04-03 Matthias Clasen * demos/gtk-demo/main.c (demo_find_file): Only use files from the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 136594111f..3a772ff406 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2003-04-07 Matthias Clasen + + * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, + gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous + misspellings of possessive "its". (#110027, Doug Quale) + 2003-04-03 Matthias Clasen * demos/gtk-demo/main.c (demo_find_file): Only use files from the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 136594111f..3a772ff406 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2003-04-07 Matthias Clasen + + * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c, + gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous + misspellings of possessive "its". (#110027, Doug Quale) + 2003-04-03 Matthias Clasen * demos/gtk-demo/main.c (demo_find_file): Only use files from the diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 254b6026dc..34be2eea13 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,12 @@ +2003-04-07 Matthias Clasen + + * gtk/tmpl/gtkenums.sgml, gtk/tmpl/gtkmain.sgml, + gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml, + gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkstatusbar.sgml, + gtk/tmpl/gtktext.sgml, gtk/tmpl/gtktogglebuttons.sgml, + gtk/tmpl/gtktreeviewcolumn.sgml, gtk/tmpl/gtktypeutils.sgml: Fix + numerous misspellings of possessive "its". (#110027, Doug Quale) + 2003-04-01 Matthias Clasen * gtk/tmpl/gtkmessagedialog.sgml: Fix formatting of examples. diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml index c372aca9da..f8fd639e08 100644 --- a/docs/reference/gtk/tmpl/gtkenums.sgml +++ b/docs/reference/gtk/tmpl/gtkenums.sgml @@ -58,7 +58,7 @@ Used to indicate the direction in which a #GtkArrow should point. -Denotes the expansion properties that a widget will have when it (or it's +Denotes the expansion properties that a widget will have when it (or its parent) is resized. diff --git a/docs/reference/gtk/tmpl/gtkmain.sgml b/docs/reference/gtk/tmpl/gtkmain.sgml index e04b57c7cc..96a9e3f479 100644 --- a/docs/reference/gtk/tmpl/gtkmain.sgml +++ b/docs/reference/gtk/tmpl/gtkmain.sgml @@ -428,7 +428,7 @@ used by GTK+ wrappers for languages other than C. -Removes a quit handler by it's identifier. +Removes a quit handler by its identifier. @quit_handler_id: Identifier for the handler returned when installing it. @@ -436,7 +436,7 @@ Removes a quit handler by it's identifier. -Removes a quit handler identified by it's @data field. +Removes a quit handler identified by its @data field. @data: The pointer passed as @data to gtk_quit_add() or gtk_quit_add_full(). diff --git a/docs/reference/gtk/tmpl/gtkpaned.sgml b/docs/reference/gtk/tmpl/gtkpaned.sgml index 3fe425c216..8a02018464 100644 --- a/docs/reference/gtk/tmpl/gtkpaned.sgml +++ b/docs/reference/gtk/tmpl/gtkpaned.sgml @@ -32,7 +32,7 @@ Each child has two options that can be set, #GtkPaned is resized, that child will expand or shrink along with the paned widget. If @shrink is true, then when that child can be made smaller -than it's requisition by the user. Setting @shrink +than its requisition by the user. Setting @shrink to %FALSE allows the application to set a minimum size. If @resize is false for both children, then this is treated as if @resize is true for both diff --git a/docs/reference/gtk/tmpl/gtkradiobutton.sgml b/docs/reference/gtk/tmpl/gtkradiobutton.sgml index 982e5ed31c..57379a23b2 100644 --- a/docs/reference/gtk/tmpl/gtkradiobutton.sgml +++ b/docs/reference/gtk/tmpl/gtkradiobutton.sgml @@ -7,7 +7,7 @@ A choice from multiple check buttons. A single radio button performs the same basic function as a #GtkCheckButton, -as it's position in the object hierarchy reflects. It is only when multiple +as its position in the object hierarchy reflects. It is only when multiple radio buttons are grouped together that they become a different user interface component in their own right. diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml index 4db30eaf08..88a3426747 100644 --- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml @@ -140,7 +140,7 @@ GTK_SPIN_PAGE_BACKWARD GTK_SPIN_HOME, GTK_SPIN_END -These set the spin button's value to the minimum or maxmimum possible values, (set by it's #GtkAdjustment), respectively. +These set the spin button's value to the minimum or maxmimum possible values, (set by its #GtkAdjustment), respectively. GTK_SPIN_USER_DEFINED diff --git a/docs/reference/gtk/tmpl/gtkstatusbar.sgml b/docs/reference/gtk/tmpl/gtkstatusbar.sgml index 4d7ea2688b..f22425dd1a 100644 --- a/docs/reference/gtk/tmpl/gtkstatusbar.sgml +++ b/docs/reference/gtk/tmpl/gtkstatusbar.sgml @@ -33,7 +33,7 @@ Status bars are created using gtk_statusbar_new(). Messages are added to the bar's stack with gtk_statusbar_push(). -The message at the top of the stack can be removed using gtk_statusbar_pop(). A message can be removed from anywhere in the stack if it's message_id was recorded at the time it was added. This is done using gtk_statusbar_remove(). +The message at the top of the stack can be removed using gtk_statusbar_pop(). A message can be removed from anywhere in the stack if its message_id was recorded at the time it was added. This is done using gtk_statusbar_remove(). diff --git a/docs/reference/gtk/tmpl/gtktext.sgml b/docs/reference/gtk/tmpl/gtktext.sgml index ca1a942c3d..fc83784f91 100644 --- a/docs/reference/gtk/tmpl/gtktext.sgml +++ b/docs/reference/gtk/tmpl/gtktext.sgml @@ -52,7 +52,7 @@ Internal #GtkText data type. Should not be accessed directly. Creates a new #GtkText widget, initialized with the given pointers to #GtkAdjustments. These pointers can be used to track the viewing position of the #GtkText widget. Passing %NULL to either or both of them will make -the #GtkText create it's own. You can set these later with the function +the #GtkText create its own. You can set these later with the function gtk_text_set_adjustment(). @@ -213,7 +213,7 @@ Returns the character at the given index within the #GtkText widget. -Used by the #GtkText widget to keep track of the size of it's horizontal +Used by the #GtkText widget to keep track of the size of its horizontal text. @@ -224,7 +224,7 @@ Boolean value indicating whether line wrap is enabled or not. -Used by the #GtkText widget to keep track of the size of it's vertical +Used by the #GtkText widget to keep track of the size of its vertical text. diff --git a/docs/reference/gtk/tmpl/gtktogglebutton.sgml b/docs/reference/gtk/tmpl/gtktogglebutton.sgml index 3598dc63fc..4771692f93 100644 --- a/docs/reference/gtk/tmpl/gtktogglebutton.sgml +++ b/docs/reference/gtk/tmpl/gtktogglebutton.sgml @@ -7,7 +7,7 @@ create buttons which retain their state. A #GtkToggleButton is a #GtkButton which will remain 'pressed-in' when -clicked. Clicking again will cause the toggle button to return to it's +clicked. Clicking again will cause the toggle button to return to its normal state. @@ -141,7 +141,7 @@ application ever to call this function. -Queries a #GtkToggleButton and returns it's current state. Returns %TRUE if +Queries a #GtkToggleButton and returns its current state. Returns %TRUE if the toggle button is pressed in and %FALSE if it is raised. diff --git a/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml b/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml index 1ba872b12e..320eca1574 100644 --- a/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml +++ b/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml @@ -18,7 +18,7 @@ widget. It determines the geometry, type -The sizing method the column uses to determine it's width. Please note +The sizing method the column uses to determine its width. Please note that @GTK_TREE_VIEW_COLUMN_AUTOSIZE are inefficient for large views, and can make columns appear choppy. diff --git a/docs/reference/gtk/tmpl/gtktypeutils.sgml b/docs/reference/gtk/tmpl/gtktypeutils.sgml index 0915b3203b..67026bbdf8 100644 --- a/docs/reference/gtk/tmpl/gtktypeutils.sgml +++ b/docs/reference/gtk/tmpl/gtktypeutils.sgml @@ -496,7 +496,7 @@ The base structure for a GTK+ type. Every type inherits this as a base structure -A structure which contains a single enum value, and its name, and it's +A structure which contains a single enum value, and its name, and its nickname. diff --git a/gtk/gtkcelleditable.c b/gtk/gtkcelleditable.c index 23d3ee24d5..25f5d01971 100644 --- a/gtk/gtkcelleditable.c +++ b/gtk/gtkcelleditable.c @@ -102,7 +102,7 @@ gtk_cell_editable_start_editing (GtkCellEditable *cell_editable, * @cell_editable: A #GtkTreeEditable * * Emits the "editing_done" signal. This signal is a sign for the cell renderer - * to update it's value from the cell. + * to update its value from the cell. **/ void gtk_cell_editable_editing_done (GtkCellEditable *cell_editable) diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index 10a03fb4be..04cbac85ce 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -515,7 +515,7 @@ gtk_fixed_set_has_window (GtkFixed *fixed, * gtk_fixed_get_has_window: * @fixed: a #GtkWidget * - * Gets whether the #GtkFixed has it's own #GdkWindow. + * Gets whether the #GtkFixed has its own #GdkWindow. * See gdk_fixed_set_has_window(). * * Return value: %TRUE if @fixed has its own window. diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index dc631aa270..eca14bd0ff 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -579,7 +579,7 @@ gtk_tree_path_prev (GtkTreePath *path) * gtk_tree_path_up: * @path: A #GtkTreePath. * - * Moves the @path to point to it's parent node, if it has a parent. + * Moves the @path to point to its parent node, if it has a parent. * * Return value: %TRUE if @path has a parent, and the move was made. **/ @@ -1048,7 +1048,7 @@ gtk_tree_model_iter_parent (GtkTreeModel *tree_model, * entire file-hierarchy in memory, just the sections that are currently being * displayed by every current view. * - * A model should be expected to be able to get an iter independent of it's + * A model should be expected to be able to get an iter independent of its * reffed state. **/ void @@ -1644,7 +1644,7 @@ disconnect_ref_callbacks (GtkTreeModel *model) * * Creates a row reference based on @path. This reference will keep pointing to * the node pointed to by @path, so long as it exists. It listens to all - * signals emitted by @model, and updates it's path appropriately. If @path + * signals emitted by @model, and updates its path appropriately. If @path * isn't a valid path in @model, then %NULL is returned. * * Return value: A newly allocated #GtkTreeRowReference, or %NULL diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index b936f7aa9a..f2fe18bb28 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -118,7 +118,7 @@ gtk_tree_selection_finalize (GObject *object) * _gtk_tree_selection_new: * * Creates a new #GtkTreeSelection object. This function should not be invoked, - * as each #GtkTreeView will create it's own #GtkTreeSelection. + * as each #GtkTreeView will create its own #GtkTreeSelection. * * Return value: A newly created #GtkTreeSelection object. **/ @@ -137,7 +137,7 @@ _gtk_tree_selection_new (void) * @tree_view: The #GtkTreeView. * * Creates a new #GtkTreeSelection object. This function should not be invoked, - * as each #GtkTreeView will create it's own #GtkTreeSelection. + * as each #GtkTreeView will create its own #GtkTreeSelection. * * Return value: A newly created #GtkTreeSelection object. **/ diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 4e5663b397..f78cbd7b99 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -8768,7 +8768,7 @@ gtk_tree_view_scroll_to_point (GtkTreeView *tree_view, * * If @use_align is %FALSE, then the alignment arguments are ignored, and the * tree does the minimum amount of work to scroll the cell onto the screen. - * This means that the cell will be scrolled to the edge closest to it's current + * This means that the cell will be scrolled to the edge closest to its current * position. If the cell is currently visible on the screen, nothing is done. * * This function only works if the model is set, and @path is a valid row on the