aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/uboot-script-gen2
1 files changed, 1 insertions, 1 deletions
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
}