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/gtkcellrenderer.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/gtkcellrenderer.c')
-rw-r--r-- | gtk/gtkcellrenderer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcellrenderer.c b/gtk/gtkcellrenderer.c index 6276630775..80f267da72 100644 --- a/gtk/gtkcellrenderer.c +++ b/gtk/gtkcellrenderer.c @@ -47,7 +47,7 @@ * is rendered in the correct location using gtk_cell_renderer_render(). * * There are a number of rules that must be followed when writing a new - * #GtkCellRenderer. First and formost, it's important that a certain set + * #GtkCellRenderer. First and formost, its important that a certain set * of properties will always yield a cell renderer of the same size, * barring a #GtkStyle change. The #GtkCellRenderer also has a number of * generic properties that are expected to be honored by all children. @@ -1266,7 +1266,7 @@ gtk_cell_renderer_real_get_preferred_width_for_height (GtkCellRenderer *cell, /* Default implementation assumes that a cell renderer will never use more - * space than it's natural size (this is fine for toggles and pixbufs etc + * space than its natural size (this is fine for toggles and pixbufs etc * but needs to be overridden from wrapping/ellipsizing text renderers) */ static void gtk_cell_renderer_real_get_aligned_area (GtkCellRenderer *cell, |