xsane ok
[hvlinux.git] / functions-update
index 33d9cf4..93ddb15 100644 (file)
@@ -229,7 +229,7 @@ static_getpkg()
         # so we can safely remove any file prior to trying to download it.
         rm -f ${LFS_PKG_DIR}/${PACK}.${arch_ext}
 
-        echo "Tryng to fetch ${PACK}.${arch_ext}"
+        echo "Trying to fetch ${PACK}.${arch_ext}"
 
         ${WGETCMD} ${URL}/${PACK}.${arch_ext}
         wget_status=$?