summaryrefslogtreecommitdiff
path: root/pango/pango-color.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-06-03 17:37:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-06-03 17:37:26 +0000
commit8de41bc064a69ead1e38ca8c8b6483bb34b98d64 (patch)
treef4102b76ce9872091e3d076f0597e01a5e2cb8bb /pango/pango-color.c
parent76233dd729d795bb125946180c75fd6757241102 (diff)
downloadpango-8de41bc064a69ead1e38ca8c8b6483bb34b98d64.tar.gz
Typo fix.
* pango/fonts.c (pango_font_description_better_match): Typo fix. * pango/pango-color.c (pango_color_parse): * docs/pango-docs.sgml: Replace homegrown "nbsp", "hash" and "mdash" entities by standard ISO entities "nbsp", "num" and "mdash".
Diffstat (limited to 'pango/pango-color.c')
-rw-r--r--pango/pango-color.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-color.c b/pango/pango-color.c
index bd25cea9..b9d8b357 100644
--- a/pango/pango-color.c
+++ b/pango/pango-color.c
@@ -922,10 +922,10 @@ find_color(const char *name,
* Fill in the fields of a color from a string specification. The
* string can either one of a large set of standard names. (Taken
* from the X11 <filename>rgb.txt</filename> file), or it can be a hex value in the
- * form '&hash;rgb' '&hash;rrggbb' '&hash;rrrgggbbb' or '&hash;rrrrggggbbbb' where
+ * form '&num;rgb' '&num;rrggbb' '&num;rrrgggbbb' or '&num;rrrrggggbbbb' where
* 'r', 'g' and 'b' are hex digits of the red, green, and blue
* components of the color, respectively. (White in the four
- * forms is '&hash;fff' '&hash;ffffff' '&hash;fffffffff' and '&hash;ffffffffffff')
+ * forms is '&num;fff' '&num;ffffff' '&num;fffffffff' and '&num;ffffffffffff')
*
* Return value: %TRUE if parsing of the specifier succeeded,
* otherwise false.