Fix world's tiniest typo in code example.

reviewed by: plam
This commit is contained in:
Patrick Lam 2006-01-30 04:51:22 +00:00
parent 30c4189deb
commit af7a965f94
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2006-01-29 Behdad Esfabod <behdad@cs.utoronto.edu>
reviewed by: plam
* doc/fcpattern.fncs:
Fix world's tiniest typo in code example.
2006-01-29 Mike Fabian <mfabian@suse.de>
reviewed by: plam

View File

@ -246,7 +246,7 @@ value need be passed for this. The values are added to `pattern', if
returned. Example
</para>
<programlisting>
pattern = FcPatternBuild (0, FC_FAMILY, FtTypeString, "Times", (char *) 0);
pattern = FcPatternBuild (0, FC_FAMILY, FcTypeString, "Times", (char *) 0);
</programlisting>
<para>
FcPatternVaBuild is used when the arguments are already in the form of a