Skip to content

Commit 14581c4

Browse files
ericnorrissodabrew
authored andcommitted
s/encryption/compression/g (#342)
1 parent c23ea26 commit 14581c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: php_memcached.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3383,7 +3383,7 @@ zend_string *s_decompress_value (const char *payload, size_t payload_len, uint32
33833383
is_zlib = MEMC_VAL_HAS_FLAG(flags, MEMC_VAL_COMPRESSION_ZLIB);
33843384

33853385
if (!is_fastlz && !is_zlib) {
3386-
php_error_docref(NULL, E_WARNING, "could not decompress value: unrecognised encryption type");
3386+
php_error_docref(NULL, E_WARNING, "could not decompress value: unrecognised compression type");
33873387
return NULL;
33883388
}
33893389

0 commit comments

Comments
 (0)