summaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
Diffstat (limited to 'automated')
-rwxr-xr-xautomated/linux/dd-wr-speed/dd-wr-speed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/dd-wr-speed/dd-wr-speed.sh b/automated/linux/dd-wr-speed/dd-wr-speed.sh
index 5ba35ea..6ba6723 100755
--- a/automated/linux/dd-wr-speed/dd-wr-speed.sh
+++ b/automated/linux/dd-wr-speed/dd-wr-speed.sh
@@ -65,7 +65,7 @@ prepare_partition() {
mount_point="/mnt"
mount "${PARTITION}" "${mount_point}"
if [ $? -ne 0 ]; then
- error_msg "Unable to mount ${PARTITIOIN}"
+ error_msg "Unable to mount ${PARTITION}"
else
info_msg "${PARTITION} mounted to ${mount_point}"
fi