From 5d79c7956edb8b318b5c160cfc2f45c9bd081f01 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 23 Jun 2016 00:55:52 +0200 Subject: iso2usb.sh: fix a typo in a comment. --- iso2usb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso2usb.sh') diff --git a/iso2usb.sh b/iso2usb.sh index b551623..11c9605 100644 --- a/iso2usb.sh +++ b/iso2usb.sh @@ -198,7 +198,7 @@ update_initrd() { else if [ "${PERSISTENCE}" != "${DEF_PERSISTENCE}" ]; then # If the user specified a nonstandard persistence, use that: - echo "--- Updating persitence from '$DEF_PERSISTENCE' to '$PERSISTENCE'" + echo "--- Updating persistence from '$DEF_PERSISTENCE' to '$PERSISTENCE'" sed -i -e "s,^PERSISTENCE=.*,PERSISTENCE=\"${PERSISTENCE}\"," init fi fi -- cgit v1.2.3