Fix some typos/spelling errors
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
437f03299b
commit
9bc88933b2
|
@ -9,7 +9,7 @@ enabled/disabled by adjusting the symlinks.
|
|||
The files are loaded in numeric order, the structure of the configuration
|
||||
has led to the following conventions in usage:
|
||||
|
||||
Files begining with: Contain:
|
||||
Files beginning with: Contain:
|
||||
|
||||
00 through 09 Font directories
|
||||
10 through 19 system rendering defaults (AA, etc)
|
||||
|
|
|
@ -232,7 +232,7 @@ dist-local-check-docs-enabled:
|
|||
@false
|
||||
endif
|
||||
|
||||
# force doc rebulid after configure
|
||||
# force doc rebuild after configure
|
||||
dist-hook-local: dist-local-check-docs-enabled
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
|
|
@ -195,7 +195,7 @@ contains code points <literal>0x343</literal> (<parameter>0x300 + 32*2
|
|||
+ (4-1)</parameter>) and <literal>0x35e</literal> (<parameter>0x300 +
|
||||
32*2 + (31-1)</parameter>) because <parameter>map[2]</parameter> has
|
||||
the 4th and 31st bits set. The code points represented by
|
||||
<literal>map[3]</literal> and later are left as an excercise for the
|
||||
<literal>map[3]</literal> and later are left as an exercise for the
|
||||
reader ;).
|
||||
@@
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ extern int optind, opterr, optopt;
|
|||
* POSIX has broken stdio so that putc must do thread-safe locking,
|
||||
* this is a serious performance problem for applications doing large
|
||||
* amounts of IO with putc (as is done here). If available, use
|
||||
* the putc_unlocked varient instead.
|
||||
* the putc_unlocked variant instead.
|
||||
*/
|
||||
|
||||
#if defined(putc_unlocked) || defined(_IO_putc_unlocked)
|
||||
|
|
|
@ -106,7 +106,7 @@ manpage.1: manpage.sgml
|
|||
<refsect1>
|
||||
<title>RETURN CODES</title>
|
||||
<para><command>fc-conflist</command> returns error code 0 for successful parsing,
|
||||
or 1 if any errors occured or if at least one font face could not be opened.</para>
|
||||
or 1 if any errors occurred or if at least one font face could not be opened.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
|
|
@ -42,5 +42,5 @@
|
|||
0960-0963 # Additional vowels
|
||||
0964-0965 # Punctuations
|
||||
0966-096F # Digits
|
||||
0970 # Abbrevation sign
|
||||
0970 # Abbreviation sign
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
# * http://www.panafril10n.org/wikidoc/pmwiki.php/PanAfrLoc/Gbe
|
||||
#
|
||||
# We amend the main alphabet with tone marks over each vowel, but some
|
||||
# combinations lack precomposed forms in Unicode, so we also add indiviual
|
||||
# combinations lack precomposed forms in Unicode, so we also add individual
|
||||
# combining marks.
|
||||
#
|
||||
# Sources also differ on the notation used for the fourth tone: circumflex
|
||||
|
|
|
@ -40,4 +40,4 @@
|
|||
0950 # Sign and vedic tone marks
|
||||
0964-0965 # Punctuations
|
||||
0966-096F # Digits
|
||||
0970 # Abbrevation sign
|
||||
0970 # Abbreviation sign
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#
|
||||
# Panjabi/Punjabi in Pakistan (pa-PK)
|
||||
#
|
||||
# This file is kept for compatiblity for glibc: According to ISO 639-3, the
|
||||
# This file is kept for compatibility for glibc: According to ISO 639-3, the
|
||||
# proper code for Pakistani Panjabi is 'lah'. See the file 'lah.orth' for
|
||||
# more information.
|
||||
include lah.orth
|
||||
|
|
|
@ -41,4 +41,4 @@
|
|||
0950 # Sign
|
||||
0964-0965 # Punctuations
|
||||
0966-096F # Digits
|
||||
0970 # Abbrevation sign
|
||||
0970 # Abbreviation sign
|
||||
|
|
|
@ -157,7 +157,7 @@ manpage.1: manpage.sgml
|
|||
<refsect1>
|
||||
<title>RETURN CODES</title>
|
||||
<para><command>fc-query</command> returns error code 0 for successful parsing,
|
||||
or 1 if any errors occured or if at least one font face could not be opened.</para>
|
||||
or 1 if any errors occurred or if at least one font face could not be opened.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
|
|
@ -167,7 +167,7 @@ main (int argc, char **argv)
|
|||
|
||||
if (FT_Init_FreeType (&ftlib))
|
||||
{
|
||||
fprintf (stderr, _("Can't initalize FreeType library\n"));
|
||||
fprintf (stderr, _("Can't initialize FreeType library\n"));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@ manpage.1: manpage.sgml
|
|||
<refsect1>
|
||||
<title>RETURN CODES</title>
|
||||
<para><command>fc-validate</command> returns error code 0 for successful parsing,
|
||||
or 1 if any errors occured or if at least one font face could not be opened.</para>
|
||||
or 1 if any errors occurred or if at least one font face could not be opened.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
If 'prefix' is 'default' or 'cwd', then the current working directory will be added prior to the value.
|
||||
If 'prefix' is 'xdg', then the value in the $XDG_DATA_HOME will be added prior to the value.
|
||||
If 'prefix' is 'relative', then the path of curent file will be added prior to the value.
|
||||
If 'prefix' is 'relative', then the path of current file will be added prior to the value.
|
||||
-->
|
||||
<!ELEMENT cache (#PCDATA)>
|
||||
<!ATTLIST cache xml:space (default|preserve) 'preserve'>
|
||||
|
|
|
@ -1300,7 +1300,7 @@ FcFreeTypeQueryFaceInternal (const FT_Face face,
|
|||
|
||||
/* All color fonts are designed to be scaled, even if they only have
|
||||
* bitmap strikes. Client is responsible to scale the bitmaps. This
|
||||
* is in constrast to non-color strikes... */
|
||||
* is in contrast to non-color strikes... */
|
||||
if (!FcPatternObjectAddBool (pat, FC_SCALABLE_OBJECT, has_outline || has_color))
|
||||
goto bail1;
|
||||
}
|
||||
|
|
|
@ -415,10 +415,10 @@ FcLangContains (const FcChar8 *super, const FcChar8 *sub)
|
|||
c2 = FcToLower (c2);
|
||||
if (c1 != c2)
|
||||
{
|
||||
/* see if super has a country while sub is mising one */
|
||||
/* see if super has a country while sub is missing one */
|
||||
if (c1 == '-' && c2 == '\0')
|
||||
return FcTrue;
|
||||
/* see if sub has a country while super is mising one */
|
||||
/* see if sub has a country while super is missing one */
|
||||
if (c1 == '\0' && c2 == '-')
|
||||
return FcTrue;
|
||||
return FcFalse;
|
||||
|
|
|
@ -409,7 +409,7 @@ FcStrContainsWord (const FcChar8 *s1, const FcChar8 *s2)
|
|||
}
|
||||
|
||||
/*
|
||||
* returns the number of strings (ignoring delimitors and case) being matched
|
||||
* returns the number of strings (ignoring delimiters and case) being matched
|
||||
*/
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue