[arch-commits] Commit in syslinux/trunk (syslinux-install_update)

Anatol Pomozov anatolik at archlinux.org
Sat Oct 31 21:44:52 UTC 2015


    Date: Saturday, October 31, 2015 @ 22:44:52
  Author: anatolik
Revision: 249894

FS#46242 Fix typos in the messages

Author:  Christoph Gysin

Modified:
  syslinux/trunk/syslinux-install_update

-------------------------+
 syslinux-install_update |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: syslinux-install_update
===================================================================
--- syslinux-install_update	2015-10-31 16:25:54 UTC (rev 249893)
+++ syslinux-install_update	2015-10-31 21:44:52 UTC (rev 249894)
@@ -54,7 +54,7 @@
 get_disk() {
     local part=$1
     if [[ ! -b "${part}" ]]; then
-        echo >&2 "error: '$part' is not a valid block partition!"
+        echo >&2 "error: '$part' is not a valid block device!"
         exit 1
     fi
 
@@ -67,7 +67,7 @@
             ;;
     esac
     if [[ ! -b "${disk}" ]]; then
-        echo >&2 "error: '$diskj' is not a valid block device!"
+        echo >&2 "error: '$disk' is not a valid block device!"
         exit 1
     fi
     echo $disk



More information about the arch-commits mailing list