scripts: fix dl_cleanup.py argument handling
[openwrt/staging/dedeckeh.git] / scripts / pad_image
index b1941a28d8d3e6728624e3c6c62480f2371fbe4f..871063af3437f9e9c013e133ac64f5f26f1147d3 100755 (executable)
@@ -2,7 +2,7 @@
 
 function usage {
   echo "Usage: prepare_image image_type kernel_image rootfs_image header_size"
-  echo "Padd root and kernel image to the correct size and append the jffs2 start marker as needed"
+  echo "Pad root and kernel image to the correct size and append the jffs2 start marker as needed"
   exit 1
 }