From 1854bcdb08cd7ed065a4844042c8415f77780603 Mon Sep 17 00:00:00 2001 From: Jan S Date: Sun, 26 Jan 2014 22:50:09 +0100 Subject: Fixed typo. --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh.in b/installer.sh.in index 4c8cec1..d87f976 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -709,7 +709,7 @@ umount_filesystems() { copy_rootfs() { DIALOG --title "Check /dev/tty7 for details" \ - --infobox "Copyring live image to target rootfs, please wait ..." 4 60 + --infobox "Copying live image to target rootfs, please wait ..." 4 60 LANG=C cp -axvnu / $TARGETDIR >$LOG 2>&1 if [ $? -ne 0 ]; then DIE 1 -- cgit 1.4.1