Fix world's tiniest typo in code example.
reviewed by: plam
This commit is contained in:
parent
30c4189deb
commit
af7a965f94
|
@ -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>
|
2006-01-29 Mike Fabian <mfabian@suse.de>
|
||||||
reviewed by: plam
|
reviewed by: plam
|
||||||
|
|
||||||
|
|
|
@ -246,7 +246,7 @@ value need be passed for this. The values are added to `pattern', if
|
||||||
returned. Example
|
returned. Example
|
||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
pattern = FcPatternBuild (0, FC_FAMILY, FtTypeString, "Times", (char *) 0);
|
pattern = FcPatternBuild (0, FC_FAMILY, FcTypeString, "Times", (char *) 0);
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
FcPatternVaBuild is used when the arguments are already in the form of a
|
FcPatternVaBuild is used when the arguments are already in the form of a
|
||||||
|
|
Loading…
Reference in New Issue