diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-14 17:51:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-14 17:51:48 -0400 |
commit | 9ad3906cba55e0c0b2a57fe33a878b1da99208b6 (patch) | |
tree | c3bfe78e8c20d5cb1416100780e8faf41b68d976 /pango/fonts.c | |
parent | c8212c485827cddd3c9a6a7c2a57e54d9254a10c (diff) | |
download | pango-9ad3906cba55e0c0b2a57fe33a878b1da99208b6.tar.gz |
Some more doc tweaks
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 209b6042..fafd6a2d 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -29,7 +29,7 @@ * implementation of fonts. The #PangoFont structure * represents an abstract rendering-system-independent font. * Pango provides routines to list available fonts, and - * to load a font of a given description. + * to load a font matching a given description. */ #include "config.h" |