summaryrefslogtreecommitdiffstats
path: root/setup-disk.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-disk.in')
-rw-r--r--setup-disk.in2
1 files changed, 1 insertions, 1 deletions
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