Skip to content

Commit b908770

Browse files
committed
fixup! change: error message
1 parent 01fa565 commit b908770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zstd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ ZEND_FUNCTION(zstd_uncompress)
434434
stream = ZSTD_createDStream();
435435
if (stream == NULL) {
436436
zend_string_efree(output);
437-
ZSTD_WARNING("failed to can uncompress context");
437+
ZSTD_WARNING("failed to create uncompress context");
438438
RETURN_FALSE;
439439
}
440440

0 commit comments

Comments
 (0)