From: Patrick Lam Date: Mon, 30 Jan 2006 04:51:22 +0000 (+0000) Subject: Fix world's tiniest typo in code example. X-Git-Tag: fc-2_3_94~54 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=af7a965f945ab5aafab13fb7b6e8d96c911b24fd;p=fontconfig.git Fix world's tiniest typo in code example. reviewed by: plam --- diff --git a/ChangeLog b/ChangeLog index 727ce0a..55b795b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-01-29 Behdad Esfabod + reviewed by: plam + + * doc/fcpattern.fncs: + + Fix world's tiniest typo in code example. + 2006-01-29 Mike Fabian reviewed by: plam diff --git a/doc/fcpattern.fncs b/doc/fcpattern.fncs index 9a2e405..b049966 100644 --- a/doc/fcpattern.fncs +++ b/doc/fcpattern.fncs @@ -246,7 +246,7 @@ value need be passed for this. The values are added to `pattern', if returned. Example -pattern = FcPatternBuild (0, FC_FAMILY, FtTypeString, "Times", (char *) 0); +pattern = FcPatternBuild (0, FC_FAMILY, FcTypeString, "Times", (char *) 0); FcPatternVaBuild is used when the arguments are already in the form of a