typo in error message

This commit is contained in:
David Rose 2004-09-17 23:26:31 +00:00
parent 865c30d923
commit 069e0fac71

View File

@ -95,7 +95,7 @@ set_encryption_flag(bool flag) {
#ifndef HAVE_SSL #ifndef HAVE_SSL
if (flag) { if (flag) {
express_cat.warning() express_cat.warning()
<< "OpenSSL not compiled in; cannot generated compressed multifiles.\n"; << "OpenSSL not compiled in; cannot generated encrypted multifiles.\n";
flag = false; flag = false;
} }
#endif // HAVE_SSL #endif // HAVE_SSL