summaryrefslogtreecommitdiff
path: root/nuttx/tools/mkromfsimg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/tools/mkromfsimg.sh')
-rwxr-xr-xnuttx/tools/mkromfsimg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/mkromfsimg.sh b/nuttx/tools/mkromfsimg.sh
index b77411980..8811f1953 100755
--- a/nuttx/tools/mkromfsimg.sh
+++ b/nuttx/tools/mkromfsimg.sh
@@ -233,7 +233,7 @@ mkdir -p $workingdir || { echo "Failed to created the new $workingdir"; exit 1;
# Create the rcS file from the rcS.template
if [ ! -r $rcstemplate ]; then
- echo "$rcstemplete does not exist"
+ echo "$rcstemplate does not exist"
rmdir $workingdir
exit 1
fi