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; }