diff options
author | Murray Cumming <murrayc@murrayc.com> | 2008-08-20 08:05:30 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-08-20 08:05:30 +0000 |
commit | 19e650ce13b9bd38a2ecaa2872ec0e8c390306a7 (patch) | |
tree | 2563afaac607690a97fc01ad4aaef5f7533d02a5 /pango/pango-language.c | |
parent | 5407497a5ac22c48baf65ee9d89b471111ff503e (diff) | |
download | pango-19e650ce13b9bd38a2ecaa2872ec0e8c390306a7.tar.gz |
pango_language_get_scripts(): Fix a tiny typo in the documentation.
2008-08-20 Murray Cumming <murrayc@murrayc.com>
* pango/pango-language.c: pango_language_get_scripts(): Fix a
tiny typo in the documentation.
svn path=/trunk/; revision=2698
Diffstat (limited to 'pango/pango-language.c')
-rw-r--r-- | pango/pango-language.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-language.c b/pango/pango-language.c index 844dae7e..a3ed96d7 100644 --- a/pango/pango-language.c +++ b/pango/pango-language.c @@ -462,7 +462,7 @@ script_for_lang_compare (gconstpointer key, * any assumptions on the maximum number of scripts returned * though, except that it is a small number. * - * The pango_language_includes_script() uses this function + * The pango_language_includes_script() function uses this function * internally. * * Return value: An array of #PangoScript values, with the |