summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-04 23:40:54 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-04 23:40:54 +0000
commitc2da2b927745e239e66536c8ad5f3cd80188acb9 (patch)
tree816ffbb8a17e9d04dbe5cd0eb9da175827cbe4fb /pango/modules.c
parenta40f4c0e485189eee88c65b798eb30dd762a9f84 (diff)
downloadpango-c2da2b927745e239e66536c8ad5f3cd80188acb9.tar.gz
Updates.
* docs/pango-sections.txt, docs/tmpl/fonts.sgml, docs/tmpl/modules.sgml: Updates. * pango/modules.c: Documentation fixes.
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/modules.c b/pango/modules.c
index feabb0c3..f874fead 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -520,9 +520,9 @@ build_map (PangoMapInfo *info)
* @wc: an ISO-10646 codepoint
*
* Returns the entry in the map for a given codepoint. The entry
- * contains information about engine that should be used for
+ * contains information about the engine that should be used for
* the codepoint and also whether the engine matches the language
- * tag for the map was created exactly or just approximately.
+ * tag for which the map was created exactly or just approximately.
*
* Return value: the #PangoMapEntry for the codepoint. This value
* is owned by the #PangoMap and should not be freed.