From 5bfccf3c68356525274aee58a8a1f344ab4100ea Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 1 Feb 2016 22:54:00 +0100 Subject: liveinit: fix a spelling error in a comment (nitpicking I know). --- liveinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liveinit') diff --git a/liveinit b/liveinit index c51dc09..e8df065 100755 --- a/liveinit +++ b/liveinit @@ -240,7 +240,7 @@ if [ "$RESCUE" = "" ]; then # TIP: Increase WAIT to give USB devices a chance to be seen by the kernel. mkdir /mnt/media if [ -z "$LIVEMEDIA" ]; then - # LIVEMEDIA not spcified on the boot commandline using "livemedia=" + # LIVEMEDIA not specified on the boot commandline using "livemedia=" # Filter out the block devices, only look at partitions at first: LIVEALL=$(blkid |grep LABEL="\"$MEDIALABEL\"" |cut -d: -f1 |grep "[0-9]$") LIVEMEDIA=$(blkid |grep LABEL="\"$MEDIALABEL\"" |cut -d: -f1 |grep "[0-9]$" |head -1) -- cgit v1.2.3