summaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 20:48:56 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-20 20:48:56 +0100
commit3ae904e4ac71dae26c03ee0072a6926761ce7edf (patch)
tree6902576c98edb967534c59a024d02e46aca60f80 /automated
parentd341c22fae0e9ebbb27cf1a1d2629c6c011f7d23 (diff)
automated: fixed typing mistake in dd-wr-speed.sh
Change-Id: Iaa8f3d37c56a3be5ddb85fd530cf53c1dcec1f4e Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
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