From: Alex-P. Natsios Date: Sat, 7 Jun 2014 00:51:14 +0000 (+0200) Subject: autotools: fix more spelling errors in warnings X-Git-Tag: upstream/1.10.0+1149+ga3a15b1~668 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db95ecb84bdeec35346abb435a722586e1d4fcac;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/configure.ac b/configure.ac index f87c442..f4c4e86 100644 --- a/configure.ac +++ b/configure.ac @@ -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"