summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/crypto/src/zdeflate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CryptoPP/crypto/src/zdeflate.cpp')
-rw-r--r--plugins/CryptoPP/crypto/src/zdeflate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/crypto/src/zdeflate.cpp b/plugins/CryptoPP/crypto/src/zdeflate.cpp
index 59bd92d287..099226bab8 100644
--- a/plugins/CryptoPP/crypto/src/zdeflate.cpp
+++ b/plugins/CryptoPP/crypto/src/zdeflate.cpp
@@ -1,4 +1,4 @@
-// zdeflate.cpp - written and placed in the public domain by Wei Dai
+// zdeflate.cpp - written and placed in the public domain by Wei Dai
// Many of the algorithms and tables used here came from the deflate implementation
// by Jean-loup Gailly, which was included in Crypto++ 4.0 and earlier. I completely