autotools: fix more spelling errors in warnings

Summary: fontconfig & eo ID warning message fixes

Reviewers: raster, cedric

CC: cedric

Differential Revision: https://phab.enlightenment.org/D964
This commit is contained in:
Alex-P. Natsios 2014-06-07 02:51:14 +02:00 committed by Cedric BAIL
parent 8383bd3db1
commit db95ecb84b
1 changed files with 2 additions and 2 deletions

View File

@ -4687,7 +4687,7 @@ if test -n "$CFOPT_WARNING"; then
echo "_____________________________________________________________________"
echo "You have disabled fontconfig. This is going to make general font"
echo "searching not work, and only some very direct 'load /path/file.ttf'"
echo "will wok alongside some old-school ttf file path searching. This"
echo "will work alongside some old-school ttf file path searching. This"
echo "is very likely not what you want, so highly reconsider turning"
echo "fontconfig off. Having it off will lead to visual problems like"
echo "missing text in many UI areas etc."
@ -4746,7 +4746,7 @@ if test -n "$CFOPT_WARNING"; then
fi
if test "x${want_eo_id}" = "xno"; then
echo "_____________________________________________________________________"
echo "Eo's ID absttraction interface is a major safety system that"
echo "Eo's ID abstraction interface is a major safety system that"
echo "protects code from crashing or misbehaving in many cases. It does"
echo "come at a slight cost, but the safety and protection is worth it."
echo "Also by disabling this, you may also introduce security holes in"