discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d4b471a3a8f19a95dd1ed397d3a012490810a460

commit d4b471a3a8f19a95dd1ed397d3a012490810a460
Author: discomfitor <michael.blumenkra...@gmail.com>
Date:   Sun Dec 29 19:43:39 2013 -0500

    configure xcb warning typos
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a939879..68e299c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4052,7 +4052,7 @@ if test "x${with_x11}" = "xxcb"; then
    echo "faster in a few corner cases on startup of an app, but it comes"
    echo "with many downsides. One of those is more complex code inside"
    echo "ecore_x, which is far less tested in XCB mode than Xlib. Also"
-   echo "the big catch is that OpenGL suppot basically requires Xlib anyway"
+   echo "the big catch is that OpenGL support basically requires Xlib anyway"
    echo "so if you want OpenGL in X11, you need Xlib regardless and so you"
    echo "gain nothing really in terms of speed and no savings in memory"
    echo "because Xlib is still linked, loaded and used, BUT instead you"
@@ -4062,7 +4062,7 @@ if test "x${with_x11}" = "xxcb"; then
    echo "and use OpenGL. XCB is only useful if you wish to shave a few Kb"
    echo "off the memory footprint of a whole system and live with less"
    echo "tested code, and possibly unimplemented features in ecore_x. To"
-   echo "remove the XCB setup, remove the --with-x11=xcb optiomn to"
+   echo "remove the XCB setup, remove the --with-x11=xcb option to"
    echo "configure."
    echo "_____________________________________________________________________"
 fi

-- 


Reply via email to