From 3ca3377dfbcc9f97d8de75780efe8dfac17fb1bc Mon Sep 17 00:00:00 2001 From: "Alex-P. Natsios" Date: Fri, 6 Jun 2014 18:33:05 +0200 Subject: [PATCH] autotools: fix small typo in xim warning Summary: suport -> support Reviewers: raster, cedric Reviewed By: cedric CC: cedric, tasn Differential Revision: https://phab.enlightenment.org/D963 Signed-off-by: Cedric BAIL --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c948942..f87c442 100644 --- a/configure.ac +++ b/configure.ac @@ -4787,7 +4787,7 @@ if test -n "$CFOPT_WARNING"; then echo "_____________________________________________________________________" echo "You disabled XIM input method support. This is the most basic and" echo "core input method protocol supported in X11 and you almost certainly" - echo "want the suport for it. Input methods allow for complex text input" + echo "want the support for it. Input methods allow for complex text input" echo "like for Chinese, Japanese and Korean as well as virtual keyboards" echo "on touch/mobile devices." echo "_____________________________________________________________________" -- 2.7.4