+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
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