]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix Stdin typo 2322/head
authorsenhuang42 <senhuang96@fb.com>
Fri, 25 Sep 2020 15:51:35 +0000 (11:51 -0400)
committersenhuang42 <senhuang96@fb.com>
Fri, 25 Sep 2020 15:51:35 +0000 (11:51 -0400)
programs/util.c

index f7436be54fa139a9a6dea6b28c834519765de6c5..980ab5a4259acb32aa91cfad6e852a1a1ada51f4 100644 (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;
     }