Explorar o código

Merge pull request #5 from jan-schreib/master

Fixed typo.
Juan RP %!s(int64=11) %!d(string=hai) anos
pai
achega
e20720b93b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      installer.sh.in

+ 1 - 1
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