From 19e650ce13b9bd38a2ecaa2872ec0e8c390306a7 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 20 Aug 2008 08:05:30 +0000 Subject: [PATCH] pango_language_get_scripts(): Fix a tiny typo in the documentation. 2008-08-20 Murray Cumming * pango/pango-language.c: pango_language_get_scripts(): Fix a tiny typo in the documentation. svn path=/trunk/; revision=2698 --- ChangeLog | 5 +++++ pango/pango-language.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 72aa214..8ae0364 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-20 Murray Cumming + + * pango/pango-language.c: pango_language_get_scripts(): Fix a + tiny typo in the documentation. + 2008-08-20 Behdad Esfahbod Bug 314094 – Get rid of poutpourri default sample string diff --git a/pango/pango-language.c b/pango/pango-language.c index 844dae7..a3ed96d 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 -- 2.7.4