1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-02 20:22:31 +03:00

Fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-02-18 10:30:23 +01:00
parent 4ebaf36582
commit 547794ef40
7 changed files with 7 additions and 7 deletions

View File

@ -165,7 +165,7 @@ static void usage(FILE* f, const char* programName)
#endif
DISPLAY_F(f, " -D DICT Use DICT as the dictionary for compression or decompression.\n\n");
DISPLAY_F(f, " -f, --force Disable input and output checks. Allows overwriting existing files,\n");
DISPLAY_F(f, " receiving input from the console, printing ouput to STDOUT, and\n");
DISPLAY_F(f, " receiving input from the console, printing output to STDOUT, and\n");
DISPLAY_F(f, " operating on links, block devices, etc. Unrecognized formats will be\n");
DISPLAY_F(f, " passed-through through as-is.\n\n");