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 /modules | |
parent | 31419f2026988ccb0170700b8a54bc78cc3250f7 (diff) | |
download | gtk+-f91c04e2846de010871ee21389eb926dd18e065e.tar.gz |
Minor documentation improvements
Mostly correcting it's to its and changing some , to .
Diffstat (limited to 'modules')
-rw-r--r-- | modules/other/gail/gailtreeview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/other/gail/gailtreeview.c b/modules/other/gail/gailtreeview.c index 7cbaf2031a..0dd82b640e 100644 --- a/modules/other/gail/gailtreeview.c +++ b/modules/other/gail/gailtreeview.c @@ -3137,7 +3137,7 @@ update_cell_value (GailRendererCell *renderer_cell, gail_return_val_if_fail (renderers, FALSE); /* - * If the cell is in a container, it's index is used to find the renderer + * If the cell is in a container, its index is used to find the renderer * in the list */ @@ -3959,7 +3959,7 @@ toggle_cell_toggled (GailCell *cell) gail_return_if_fail (renderers); /* - * if the cell is in a container, it's index is used to find the + * if the cell is in a container, its index is used to find the * renderer in the list */ |