]> git.wh0rd.org - fontconfig.git/commitdiff
Fix world's tiniest typo in code example.
authorPatrick Lam <plam@MIT.EDU>
Mon, 30 Jan 2006 04:51:22 +0000 (04:51 +0000)
committerPatrick Lam <plam@MIT.EDU>
Mon, 30 Jan 2006 04:51:22 +0000 (04:51 +0000)
reviewed by: plam

ChangeLog
doc/fcpattern.fncs

index 727ce0a0f14d0aa2fed2a307212e499534038420..55b795b75a2680228461a5c61f6ca55f23818d48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index 9a2e4059c9a23dbb64747f93485444ff55c4201f..b049966f64d4f24d00764812054b91103fd4d3a8 100644 (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