From aa8c7e7b099857e49188e40f5be94edc1b0b1068 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Sat, 22 Jan 2022 10:22:46 +0000 Subject: [PATCH] fix typo --- util/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build.c b/util/build.c index 8e09d9b..742b53a 100644 --- a/util/build.c +++ b/util/build.c @@ -1326,7 +1326,7 @@ void GetSource(const char *parameters, const char *checksum) { #endif if (checksum) { - fprintf(stderr, "Checking validity of downloading file...\n"); + fprintf(stderr, "Checking validity of downloaded file...\n"); int checksumLength = strlen(checksum);