Romain Francoise: checkarray: fix typo in previous change

Martin F. Krafft madduck at alioth.debian.org
Thu Sep 2 09:54:39 UTC 2010


Module: mdadm
Branch: master
Commit: 5eed58f0662fc564d3a604bee5d6e429f7907dc6
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=5eed58f0662fc564d3a604bee5d6e429f7907dc6

Author: Romain Francoise <rfrancoise at debian.org>
Date:   Thu Sep  2 10:12:37 2010 +0200

checkarray: fix typo in previous change

Signed-off-by: Romain Francoise <rfrancoise at debian.org>
Signed-off-by: martin f. krafft <madduck at debian.org>

---

 debian/checkarray |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/checkarray b/debian/checkarray
index 5b5dae1..bd15ad5 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -193,7 +193,7 @@ for array in $arrays; do
         wait=$((wait - 1))
         resync_pid=$(ps -ef | awk -v dev=$array 'BEGIN { pattern = "^\\[" dev "_resync]$" } $8 ~ pattern { print $2 }')
         if [ -n "$resync_pid" ]; then
-          echo "$PROGNAME: I: selecting $ionice I/O schedulung class for resync of $array." >&2
+          echo "$PROGNAME: I: selecting $ionice I/O scheduling class for resync of $array." >&2
           ionice -p "$resync_pid" $arg
           break
         fi




More information about the pkg-mdadm-commits mailing list