From 02422db84148799fc7b9242f5bde486a5ff224a8 Mon Sep 17 00:00:00 2001 From: senhuang42 Date: Fri, 25 Sep 2020 11:51:35 -0400 Subject: [PATCH] Fix Stdin typo --- programs/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/util.c b/programs/util.c index f7436be54..980ab5a42 100644 --- a/programs/util.c +++ b/programs/util.c @@ -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; }