summaryrefslogtreecommitdiff
path: root/fc-validate
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-21 18:42:40 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-21 18:42:40 -0700
commit9bc88933b23d413885c121d5cf4c78fdeed1edfc (patch)
tree3e9439132ce6911ed7339ab5c1552c231c9055e4 /fc-validate
parent437f03299bd1adc9673cd576072f1657be8fd4e0 (diff)
downloadfontconfig-9bc88933b23d413885c121d5cf4c78fdeed1edfc.tar.gz
Fix some typos/spelling errors
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'fc-validate')
-rw-r--r--fc-validate/fc-validate.c2
-rw-r--r--fc-validate/fc-validate.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/fc-validate/fc-validate.c b/fc-validate/fc-validate.c
index ecd31c6..e8119c6 100644
--- a/fc-validate/fc-validate.c
+++ b/fc-validate/fc-validate.c
@@ -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;
}
diff --git a/fc-validate/fc-validate.sgml b/fc-validate/fc-validate.sgml
index c677ef2..fd62116 100644
--- a/fc-validate/fc-validate.sgml
+++ b/fc-validate/fc-validate.sgml
@@ -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>