diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
commit | eed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch) | |
tree | c9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/pango-script.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r-- | pango/pango-script.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c index a3e95ece..67133bac 100644 --- a/pango/pango-script.c +++ b/pango/pango-script.c @@ -269,11 +269,11 @@ get_pair_index (gunichar ch) * pango_script_iter_next: * @iter: a #PangoScriptIter * - * Advances a #PangoScriptIter to the next range. If the iter + * Advances a #PangoScriptIter to the next range. If @iter * is already at the end, it is left unchanged and %FALSE * is returned. * - * Return value: %TRUE if the iter was succesfully advanced. + * Return value: %TRUE if @iter was successfully advanced. * * Since: 1.4 **/ @@ -419,7 +419,7 @@ script_for_lang_compare (gconstpointer key, /** * pango_language_includes_script: - * @language: a PangoLanguage + * @language: a #PangoLanguage * @script: a #PangoScript * * Determines if @script is one of the scripts used to @@ -477,7 +477,7 @@ pango_language_includes_script (PangoLanguage *language, * representative of that script. This will usually be the * most widely spoken or used language written in that script: * for instance, the sample language for %PANGO_SCRIPT_CYRILLIC - * is <literal>ru</literal> (Russian), the sample lanugage + * is <literal>ru</literal> (Russian), the sample language * for %PANGO_SCRIPT_ARABIC is <literal>ar</literal>. * * For some |