From: Josh Soref Date: Sun, 22 Oct 2017 18:32:19 +0000 (+0000) Subject: spelling: conversation X-Git-Tag: 4.6~9^2~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fba6bd347f777650a663e12253e24a54ffbbc04;p=shadow spelling: conversation --- diff --git a/configure.ac b/configure.ac index 7b3480c7..40e027f3 100644 --- a/configure.ac +++ b/configure.ac @@ -567,7 +567,7 @@ if test "$with_libpam" = "yes"; then LIBS=$save_libs AC_DEFINE(USE_PAM, 1, [Define to support Pluggable Authentication Modules]) - AC_DEFINE_UNQUOTED(SHADOW_PAM_CONVERSATION, [$pam_conv_function],[PAM converstation to use]) + AC_DEFINE_UNQUOTED(SHADOW_PAM_CONVERSATION, [$pam_conv_function],[PAM conversation to use]) AM_CONDITIONAL(USE_PAM, [true]) AC_MSG_CHECKING(use login and su access checking if PAM not used)