From: Paul Date: Thu, 9 Apr 2020 09:49:04 +0000 (+0100) Subject: fix typo X-Git-Tag: 3.17.6~29 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=55b02eeed954a4f5bc70808a54457957177e831c;ds=sidebyside fix typo --- diff --git a/configure.ac b/configure.ac index 8ab413657..fb4ec22f0 100644 --- a/configure.ac +++ b/configure.ac @@ -956,7 +956,7 @@ if test x"$enable_libetpan" = xyes; then fi AC_SUBST(LIBETPAN_FLAGS) AC_SUBST(LIBETPAN_LIBS) - AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP and/or NNit TP support.) + AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP and/or NNTP support.) else AC_MSG_RESULT([*** Claws Mail requires libetpan 0.57 or newer. See http://www.etpan.org/ ]) AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP support.])