about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-01-27 11:32:43 -0800
committerJuan RP <xtraeme@gmail.com>2014-01-27 11:32:43 -0800
commite20720b93b93f13807132cc210d8a8ecee6fb506 (patch)
tree0b46f238434e3b72c2ed8ba5807e96f752e085ad
parentaedb3ea05c7ec98020c9f3202b3a6a674eeb3aec (diff)
parent1854bcdb08cd7ed065a4844042c8415f77780603 (diff)
downloadhrmpf-e20720b93b93f13807132cc210d8a8ecee6fb506.tar.gz
hrmpf-e20720b93b93f13807132cc210d8a8ecee6fb506.tar.xz
hrmpf-e20720b93b93f13807132cc210d8a8ecee6fb506.zip
Merge pull request #5 from jan-schreib/master
Fixed typo.
-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