diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-02-23 10:26:21 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-02-23 10:26:21 +0100 |
commit | f91c04e2846de010871ee21389eb926dd18e065e (patch) | |
tree | 4ee353c7d2636a65644e751bab95432720e57d2f /gtk/gtkcellareacontext.c | |
parent | 31419f2026988ccb0170700b8a54bc78cc3250f7 (diff) | |
download | gtk+-f91c04e2846de010871ee21389eb926dd18e065e.tar.gz |
Minor documentation improvements
Mostly correcting it's to its and changing some , to .
Diffstat (limited to 'gtk/gtkcellareacontext.c')
-rw-r--r-- | gtk/gtkcellareacontext.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcellareacontext.c b/gtk/gtkcellareacontext.c index d085494289..cc2cbb0eda 100644 --- a/gtk/gtkcellareacontext.c +++ b/gtk/gtkcellareacontext.c @@ -27,7 +27,7 @@ * @Title: GtkCellAreaContext * * The #GtkCellAreaContext object is created by a given #GtkCellArea - * implementation via it's #GtkCellAreaClass.create_context() virtual + * implementation via its #GtkCellAreaClass.create_context() virtual * method and is used to store cell sizes and alignments for a series of * #GtkTreeModel rows that are requested and rendered in the same context. * @@ -344,7 +344,7 @@ gtk_cell_area_context_real_allocate (GtkCellAreaContext *context, * fetch information about the area it is being used for. * * For instance at #GtkCellAreaContextClass.allocate() time - * it's important to know details about any cell spacing + * its important to know details about any cell spacing * that the #GtkCellArea is configured with in order to * compute a proper allocation. * @@ -371,7 +371,7 @@ gtk_cell_area_context_get_area (GtkCellAreaContext *context) * Resets any previously cached request and allocation * data. * - * When underlying #GtkTreeModel data changes it's + * When underlying #GtkTreeModel data changes its * important to reset the context if the content * size is allowed to shrink. If the content size * is only allowed to grow (this is usually an option |