From d4facec3fa4847dc0ab15df066fd9c9a6fcb2497 Mon Sep 17 00:00:00 2001 From: Yakov Olkhovskiy Date: Sat, 20 Aug 2022 14:03:03 +0000 Subject: [PATCH] typo --- utils/self-extracting-executable/compressor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/self-extracting-executable/compressor.cpp b/utils/self-extracting-executable/compressor.cpp index 8074f1bb267..03c67d8fb90 100644 --- a/utils/self-extracting-executable/compressor.cpp +++ b/utils/self-extracting-executable/compressor.cpp @@ -444,7 +444,7 @@ inline void usage(FILE * out, const char * name) "\t--decompressor - path to decompressor\n" "\t--exec - path to an input file to execute after decompression, if omitted then\n" "\t an having the same name as becomes such executable.\n" - "\t This executable uppon decompression will substitute started compressed preserving compressed name.\n", + "\t This executable upon decompression will substitute started compressed preserving compressed name.\n", name, ZSTD_maxCLevel()); }