From aa3c8bb3635a0845afb64b819b8df70a5e7a2602 Mon Sep 17 00:00:00 2001 From: Mike Beaton Date: Sun, 5 Oct 2025 10:52:09 +0100 Subject: [PATCH] Tools: Minor fix grammar in error message --- build_duet.tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_duet.tool b/build_duet.tool index e3cc2c3b..64fc8d1a 100755 --- a/build_duet.tool +++ b/build_duet.tool @@ -154,7 +154,7 @@ else fi if [ ! -d "${FV_TOOLS}" ]; then - echo "ERROR: Something goes wrong while compiling BaseTools for your platform!" + echo "ERROR: Something went wrong while compiling BaseTools for your platform!" exit 1 fi