Fix some typos/spelling errors

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2020-07-21 18:42:40 -07:00
parent 437f03299b
commit 9bc88933b2
18 changed files with 19 additions and 19 deletions

View File

@ -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)

View File

@ -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

View File

@ -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 ;).
@@

View File

@ -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)

View File

@ -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>

View File

@ -42,5 +42,5 @@
0960-0963 # Additional vowels
0964-0965 # Punctuations
0966-096F # Digits
0970 # Abbrevation sign
0970 # Abbreviation sign

View File

@ -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

View File

@ -40,4 +40,4 @@
0950 # Sign and vedic tone marks
0964-0965 # Punctuations
0966-096F # Digits
0970 # Abbrevation sign
0970 # Abbreviation sign

View File

@ -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

View File

@ -41,4 +41,4 @@
0950 # Sign
0964-0965 # Punctuations
0966-096F # Digits
0970 # Abbrevation sign
0970 # Abbreviation sign

View File

@ -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>

View File

@ -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;
}

View File

@ -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>

View File

@ -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'>

View File

@ -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;
}

View File

@ -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;

View File

@ -222,7 +222,7 @@ FcListPatternMatchAny (const FcPattern *p,
if (pe->object == FC_NAMELANG_OBJECT)
{
/* "namelang" object is the alias object to change "familylang",
* "stylelang" and "fullnamelang" object alltogether. it won't be
* "stylelang" and "fullnamelang" object all together. it won't be
* available on the font pattern. so checking its availability
* causes no results. we should ignore it here.
*/

View File

@ -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