1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Fix Stdin typo

This commit is contained in:
senhuang42
2020-09-25 11:51:35 -04:00
parent 9f7212a48b
commit 02422db841

View File

@ -92,7 +92,7 @@ int UTIL_requireUserConfirmation(const char* prompt, const char* abortMsg,
int ch, result;
if (hasStdinInput) {
UTIL_DISPLAY("Stdin is an input - not proceeding.\n");
UTIL_DISPLAY("stdin is an input - not proceeding.\n");
return 1;
}