diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2011-03-14 18:23:56 -0300 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2011-03-14 18:23:56 -0300 |
commit | b5617e636cbb0bc8ef4daba6681a6f58078d7a42 (patch) | |
tree | 2f5f4fa0d96938bc4e04bf2f38320233416e8866 /doc/fcconfig.fncs | |
parent | 6c7915c10548132c3f7d0c00d08fdb268e5da6d4 (diff) |
More doc typo fixes
Diffstat (limited to 'doc/fcconfig.fncs')
-rw-r--r-- | doc/fcconfig.fncs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 024cc216..fb55adec 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -90,7 +90,7 @@ is enabled, and NULL otherwise. See also <function>FcConfigEnableHome</function>). @@ -@RET@ FcBol +@RET@ FcBool @FUNC@ FcConfigEnableHome @TYPE1@ FcBool% @ARG1@ enable @PURPOSE@ controls use of the home directory. @@ -309,7 +309,7 @@ by the return value from multiple FcFontSort calls, applications must not modify these patterns. Instead, they should be passed, along with <parameter>p</parameter> to <function>FcFontRenderPrepare</function> which combines them into a complete pattern. </para><para> -The FcFontSet returned by FcFontSort is destroyed by caling FcFontSetDestroy. +The FcFontSet returned by FcFontSort is destroyed by calling FcFontSetDestroy. If <parameter>config</parameter> is NULL, the current configuration is used. @@ |