diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-31 00:33:22 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-31 00:33:22 +0000 |
commit | 7852f960c0e2ead95c494b06a99ff5ca8c3f463a (patch) | |
tree | 78fc07653dae44db08789586ddafeab8019a77a7 /pango/pango-engine.h | |
parent | 33860cde8cd3aff1691e1f230b83e05b81efdac8 (diff) | |
download | pango-7852f960c0e2ead95c494b06a99ff5ca8c3f463a.tar.gz |
Minor comment typo fix.
Diffstat (limited to 'pango/pango-engine.h')
-rw-r--r-- | pango/pango-engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-engine.h b/pango/pango-engine.h index 11bb4a8d..2bd80c92 100644 --- a/pango/pango-engine.h +++ b/pango/pango-engine.h @@ -141,7 +141,7 @@ typedef struct _PangoEngineShapeClass PangoEngineShapeClass; * A #PangoEngineShape implementation is then specific to both * a particular rendering system or group of rendering systems * and to a particular script. For instance, there is one - * #PangoEngineShape implementation to handling shaping Arabic + * #PangoEngineShape implementation to handle shaping Arabic * for Fontconfig-based backends. **/ struct _PangoEngineShape |