about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-05 00:11:18 +0000
committerJames Booth <boothj5@gmail.com>2014-03-05 00:11:18 +0000
commit4d00f788e90d5b0b76a51f21e2d8d87675046066 (patch)
tree7fcef97ebe5df95b30e9db36149992be9a6ff7f8
parenta14c42a32a5ed238687ac1bbd3fa79de4cde7553 (diff)
downloadprofani-tty-4d00f788e90d5b0b76a51f21e2d8d87675046066.tar.gz
Fixed spelling mistake in configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index efe4fcc3..b282ee42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,7 +163,7 @@ elif test "x$enable_otr" = x; then
             ]])],
             [AM_CONDITIONAL([BUILD_OTR], [true]) AM_CONDITIONAL([BUILD_OTR4], [true]) AC_DEFINE([HAVE_LIBOTR], [1], [Have libotr])],
             [AM_CONDITIONAL([BUILD_OTR], [true]) AM_CONDITIONAL([BUILD_OTR3], [true]) AC_DEFINE([HAVE_LIBOTR], [1], [Have libotr])])],
-        [AC_MSG_NOTICE([libotr not found, otr entryption support not enabled])])
+        [AC_MSG_NOTICE([libotr not found, otr encryption support not enabled])])
 fi
 
 ### cmocka is required only for tests, profanity shouldn't be linked with it