[PATCH 02/16] configure.ac: correct text

Abdur Rehman arehmanq199 at gmail.com
Sun Jan 1 14:46:32 UTC 2017


Fix duplicate occurrence of "and".

Signed-off-by: Abdur Rehman <arehmanq199 at gmail.com>
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1e251bf..291c6bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,8 +140,8 @@ AC_ARG_ENABLE(xkbcommon,
 			      support: This is only useful in environments
 			      where you do not have a hardware keyboard. If
 			      libxkbcommon support is disabled clients will not
-			      be sent a keymap and and must know how to
-			      interpret the keycode sent for any key event.]),,
+			      be sent a keymap and must know how to interpret
+			      the keycode sent for any key event.]),,
 	      enable_xkbcommon=yes)
 if test x$enable_xkbcommon = xyes; then
 	AC_DEFINE(ENABLE_XKBCOMMON, [1], [Build Weston with libxkbcommon support])
-- 
1.9.1



More information about the wayland-devel mailing list