diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-10-25 00:49:19 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-10-25 00:49:19 -0700 |
commit | 61139cf638becf023a9d5e01c90adc5aa19f83c5 (patch) | |
tree | 1270371fffec02e8bf665c30fadc40cddf9e114d /doc | |
parent | feecc86cea6bd1cb588f68e06b85d85727289989 (diff) |
Spelling errors in documentation. (bug 10879).
Thanks to David <ssdk@ispras.ru> for spotting these.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcconfig.fncs | 4 | ||||
-rw-r--r-- | doc/fcstring.fncs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 0ee391e..d7ef347 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -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 diff --git a/doc/fcstring.fncs b/doc/fcstring.fncs index 8aa8b5e..bac5444 100644 --- a/doc/fcstring.fncs +++ b/doc/fcstring.fncs @@ -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. @@ |