From 76765e109ec80e53d67fea5400e36f6464562046 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Thu, 24 Oct 2019 10:39:31 -0700 Subject: Fix typo in error message Signed-off-by: Stefano Stabellini --- scripts/uboot-script-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/uboot-script-gen b/scripts/uboot-script-gen index a7d1a2f..2977066 100644 --- a/scripts/uboot-script-gen +++ b/scripts/uboot-script-gen @@ -112,7 +112,7 @@ function check_file_type() file $filename | grep "$type" &> /dev/null if test $? != 0 then - echo Wrong file type "$filename". It shold be "$type". + echo Wrong file type "$filename". It should be "$type". fi } -- cgit v1.2.3