From 7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 8 Dec 2017 05:59:11 +0100 Subject: Spelling fixes for comments and doc -- Patch provided by ka7 in dev.gnupg.org Differential D423 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 68593574..be06d94b 100644 --- a/configure.ac +++ b/configure.ac @@ -280,7 +280,7 @@ if test x$fixed_search_path != x ; then fi -# Note: You need to declare all possible langauges also in +# Note: You need to declare all possible languages also in # lang/Makefile.am's DIST_SUBDIRS. AC_ARG_ENABLE([languages], AC_HELP_STRING([--enable-languages=languages], @@ -336,7 +336,7 @@ fi # Check that if qt is enabled cpp also is enabled LIST_MEMBER("qt", $enabled_languages) if test "$found" = "1"; then - # We need to ensure that in the langauge order qt comes after cpp + # We need to ensure that in the language order qt comes after cpp # so we remove qt first and explicitly add it as last list member. enabled_languages=$(echo $enabled_languages | sed 's/qt//') LIST_MEMBER("cpp", $enabled_languages) -- cgit v1.2.3