From 4272128af47a8d3b16f34d3ef47bf0b98a41f747 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 1 Sep 2009 08:31:01 +0000 Subject: setup-disk: fix spelling error --- setup-disk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup-disk.in') diff --git a/setup-disk.in b/setup-disk.in index c093b4c..4873c7a 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -261,7 +261,7 @@ if [ $# -gt 0 ]; then for i in "$@"; do j=$(readlink -f "$i" | sed 's:^/dev/::; s:/:!:g') if ! [ -e "/sys/block/$j/device" ]; then - echo "$i is not a suitable for partining" + echo "$i is not a suitable for partitioning" exit 1 fi done -- cgit v1.2.3