From b5617e636cbb0bc8ef4daba6681a6f58078d7a42 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 14 Mar 2011 18:23:56 -0300 Subject: [PATCH] More doc typo fixes --- doc/fcatomic.fncs | 2 +- doc/fcconfig.fncs | 4 ++-- doc/fcinit.fncs | 2 +- doc/fcmatrix.fncs | 4 ++-- doc/fcobjectset.fncs | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/fcatomic.fncs b/doc/fcatomic.fncs index 1653009..017756a 100644 --- a/doc/fcatomic.fncs +++ b/doc/fcatomic.fncs @@ -57,7 +57,7 @@ by atomic. @TYPE1@ FcAtomic * @ARG1@ atomic @PURPOSE@ return original file name @DESC@ -Returns the file refernced by atomic. +Returns the file referenced by atomic. @@ @RET@ FcBool diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 024cc21..fb55ade 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -90,7 +90,7 @@ is enabled, and NULL otherwise. See also FcConfigEnableHome). @@ -@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 p to FcFontRenderPrepare which combines them into a complete pattern. -The FcFontSet returned by FcFontSort is destroyed by caling FcFontSetDestroy. +The FcFontSet returned by FcFontSort is destroyed by calling FcFontSetDestroy. If config is NULL, the current configuration is used. @@ diff --git a/doc/fcinit.fncs b/doc/fcinit.fncs index 2130a55..014af0d 100644 --- a/doc/fcinit.fncs +++ b/doc/fcinit.fncs @@ -53,7 +53,7 @@ been loaded, this routine does nothing and returns FcTrue. @RET@ void @FUNC@ FcFini @TYPE1@ void -@PURPOSE@ finalize fonconfig library +@PURPOSE@ finalize fontconfig library @DESC@ Frees all data structures allocated by previous calls to fontconfig functions. Fontconfig returns to an uninitialized state, requiring a diff --git a/doc/fcmatrix.fncs b/doc/fcmatrix.fncs index 9180547..a53ade9 100644 --- a/doc/fcmatrix.fncs +++ b/doc/fcmatrix.fncs @@ -97,11 +97,11 @@ matrix: @DESC@ FcMatrixScale multiplies matrix x values by sx and y values by -sy. This is done by multiplying by +dy. This is done by multiplying by the matrix: sx 0 - 0 sy + 0 dy @@ diff --git a/doc/fcobjectset.fncs b/doc/fcobjectset.fncs index 06cc8c4..57e1750 100644 --- a/doc/fcobjectset.fncs +++ b/doc/fcobjectset.fncs @@ -35,7 +35,7 @@ Creates an empty set. @TYPE2@ const char * @ARG2@ object @PURPOSE@ Add to an object set @DESC@ -Adds a proprety name to the set. Returns FcFalse if the property name cannot be +Adds a property name to the set. Returns FcFalse if the property name cannot be inserted into the set (due to allocation failure). Otherwise returns FcTrue. @@ -- 2.39.2