summaryrefslogtreecommitdiff
path: root/debian/checkarray
diff options
context:
space:
mode:
authorRomain Francoise <rfrancoise@debian.org>2010-09-02 10:12:37 +0200
committermartin f. krafft <madduck@debian.org>2010-09-02 10:29:34 +0200
commit5eed58f0662fc564d3a604bee5d6e429f7907dc6 (patch)
tree59294972903ddcaa6769148360001c92a5f42d6d /debian/checkarray
parent4e4fcf9c51dbe6baa7ece9bbc6015eef827ca34c (diff)
checkarray: fix typo in previous change
Signed-off-by: Romain Francoise <rfrancoise@debian.org> Signed-off-by: martin f. krafft <madduck@debian.org>
Diffstat (limited to 'debian/checkarray')
-rw-r--r--debian/checkarray2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/checkarray b/debian/checkarray
index 5b5dae1a..bd15ad5f 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