Spelling errors in documentation. (bug 10879).

Thanks to David <ssdk@ispras.ru> for spotting these.
This commit is contained in:
Keith Packard 2007-10-25 00:49:19 -07:00
parent feecc86cea
commit 61139cf638
2 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ blanks were present in the configuration, this function will return 0.
@@ @@
@RET@ int @RET@ int
@FUNC@ FcConfigGetRescanInverval @FUNC@ FcConfigGetRescanInterval
@TYPE1@ FcConfig * @ARG1@ config @TYPE1@ FcConfig * @ARG1@ config
@PURPOSE@ Get config rescan interval @PURPOSE@ Get config rescan interval
@DESC@ @DESC@
@ -141,7 +141,7 @@ a call to FcFontList when this interval has passed since the last check.
@@ @@
@RET@ FcBool @RET@ FcBool
@FUNC@ FcConfigSetRescanInverval @FUNC@ FcConfigSetRescanInterval
@TYPE1@ FcConfig * @ARG1@ config @TYPE1@ FcConfig * @ARG1@ config
@TYPE2@ int% @ARG2@ rescanInterval @TYPE2@ int% @ARG2@ rescanInterval
@PURPOSE@ Set config rescan interval @PURPOSE@ Set config rescan interval

View File

@ -32,7 +32,7 @@
@DESC@ @DESC@
Converts the next Unicode char from <parameter>src</parameter> into Converts the next Unicode char from <parameter>src</parameter> into
<parameter>dst</parameter> and returns the number of bytes containing the <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. <parameter>len</parameter> bytes long.
@@ @@