]> git.wh0rd.org - fontconfig.git/commitdiff
Spelling errors in documentation. (bug 10879).
authorKeith Packard <keithp@koto.keithp.com>
Thu, 25 Oct 2007 07:49:19 +0000 (00:49 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Thu, 25 Oct 2007 07:49:19 +0000 (00:49 -0700)
Thanks to David <ssdk@ispras.ru> for spotting these.

doc/fcconfig.fncs
doc/fcstring.fncs

index 0ee391e542258df9d2e5a449e4dbceff420d007f..d7ef347421d01d4b87a4d75f2ff4b413ff70d315 100644 (file)
@@ -131,7 +131,7 @@ blanks were present in the configuration, this function will return 0.
 @@
 
 @RET@           int
-@FUNC@          FcConfigGetRescanInverval
+@FUNC@          FcConfigGetRescanInterval
 @TYPE1@         FcConfig *                      @ARG1@          config
 @PURPOSE@      Get config rescan interval
 @DESC@
@@ -141,7 +141,7 @@ a call to FcFontList when this interval has passed since the last check.
 @@
 
 @RET@           FcBool
-@FUNC@          FcConfigSetRescanInverval
+@FUNC@          FcConfigSetRescanInterval
 @TYPE1@         FcConfig *                     @ARG1@          config
 @TYPE2@                int%                            @ARG2@          rescanInterval
 @PURPOSE@      Set config rescan interval
index 8aa8b5e3b13e19161238fce9d2e278ff11692201..bac5444bef284c8d82e6fd59ad8679041f0dcfe0 100644 (file)
@@ -32,7 +32,7 @@
 @DESC@
 Converts the next Unicode char from <parameter>src</parameter> into
 <parameter>dst</parameter> and returns the number of bytes containing the
-char.  <parameter>src</parameter> nust be at least
+char.  <parameter>src</parameter> must be at least
 <parameter>len</parameter> bytes long.
 @@