From f00059992536ad0caa49bb0b1ed8843f74970158 Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Tue, 13 May 2014 14:36:18 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1798 423420c4-83ab-492f-b58f-81f9feb106b5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6eec7d0..5746daa 100644 --- a/configure.ac +++ b/configure.ac @@ -142,7 +142,7 @@ AS_IF([test "x$enable_credssp" != "xno"], [ AC_DEFINE(WITH_CREDSSP) else echo - echo "CredSPP support requires libgssglue, install the dependency" + echo "CredSSP support requires libgssglue, install the dependency" echo "or disable the feature using --disable-credssp." echo exit 1