summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-06-25 19:14:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-06-25 19:14:24 +0000
commit32f67b6e306da21dc6aab4a8eaa096e73971a938 (patch)
tree9f2575033cd57b2a92ae07169ecb90c89a4f8776 /pango/pango-tabs.c
parent5720851fb829053f3f76a36926792fa8145d628d (diff)
downloadpango-32f67b6e306da21dc6aab4a8eaa096e73971a938.tar.gz
Doc markup and typo fixes.
2003-06-25 Matthias Clasen <maclas@gmx.de> * pango/pango-layout.c: * pango/pango-tabs.c: * pango/pango-attributes.c: * docs/tmpl/layout.sgml: * docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r--pango/pango-tabs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c
index 7917a58b..7aafb22a 100644
--- a/pango/pango-tabs.c
+++ b/pango/pango-tabs.c
@@ -168,7 +168,7 @@ pango_tab_array_get_type (void)
* pango_tab_array_copy:
* @src: #PangoTabArray to copy
*
- * Copy a #PangoTabArray
+ * Copies a #PangoTabArray
*
* Return value: Newly-allocated #PangoTabArray
**/
@@ -190,7 +190,7 @@ pango_tab_array_copy (PangoTabArray *src)
* pango_tab_array_free:
* @tab_array: a #PangoTabArray
*
- * Free a tab array and associated resources.
+ * Frees a tab array and associated resources.
*
**/
void
@@ -207,7 +207,7 @@ pango_tab_array_free (PangoTabArray *tab_array)
* pango_tab_array_get_size:
* @tab_array: a #PangoTabArray
*
- * Get the number of tab stops in @tab_array.
+ * Gets the number of tab stops in @tab_array.
*
* Return value: the number of tab stops in the array.
**/