]> git.wh0rd.org - fontconfig.git/commitdiff
More doc typo fixes
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 14 Mar 2011 21:23:56 +0000 (18:23 -0300)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 14 Mar 2011 21:23:56 +0000 (18:23 -0300)
doc/fcatomic.fncs
doc/fcconfig.fncs
doc/fcinit.fncs
doc/fcmatrix.fncs
doc/fcobjectset.fncs

index 1653009a8ae5cb855d267e2098780a70e8f089d4..017756af1b6de9092094f922433d6e618a62348a 100644 (file)
@@ -57,7 +57,7 @@ by <parameter>atomic</parameter>.
 @TYPE1@         FcAtomic *                      @ARG1@          atomic
 @PURPOSE@      return original file name
 @DESC@
-Returns the file refernced by <parameter>atomic</parameter>.
+Returns the file referenced by <parameter>atomic</parameter>.
 @@
 
 @RET@           FcBool
index 024cc216a427d50ebba9aac6491233ae3fba93d1..fb55adece1746c537459a07f207ed2e1b0e7e95d 100644 (file)
@@ -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.
 @@
 
index 2130a55ddc4873d071c5c74cea0eff6f12ee76c5..014af0deaebf33bdeae3435eb52d8810bd9a211c 100644 (file)
@@ -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
index 918054740ae4f50ef1a98e79d340ed8a7a82bead..a53ade9464d55fe6de4645c97f12ed22b677d697 100644 (file)
@@ -97,11 +97,11 @@ matrix:
 @DESC@
 <function>FcMatrixScale</function> multiplies <parameter>matrix</parameter>
 x values by <parameter>sx</parameter> and y values by
-<parameter>sy</parameter>.  This is done by multiplying by
+<parameter>dy</parameter>.  This is done by multiplying by
 the matrix:
 <programlisting>
    sx  0
-   0   sy
+   0   dy
 </programlisting>
 @@
 
index 06cc8c4ae5b9be9607d74103c5399b3e88d4a0e6..57e1750d1c15253f292c800745650597901f12ef 100644 (file)
@@ -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.
 @@