Przeglądaj źródła

typo in error message

David Rose 21 lat temu
rodzic
commit
069e0fac71
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      panda/src/express/multifile.I

+ 1 - 1
panda/src/express/multifile.I

@@ -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