about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
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