Fix typo
authorMichael Adam <obnox@samba.org>
Thu, 12 Mar 2015 22:19:01 +0000 (23:19 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 12 Mar 2015 22:19:01 +0000 (23:19 +0100)
Vagrantfile

index 01e30b6dcfb47a6a6602b5132e073a2183859a44..82146bcc88c00e4883c5c3c87eae397f2e94dc92 100644 (file)
@@ -241,7 +241,7 @@ BRICKD=${MOUNTP}/brick
 BACKUP_SUFFIX=".orig.$(date +%Y%m%d-%H%M%S)"
 
 parted -s ${DISKDEV} print > /dev/null 2>&1 && {
-  echo "Labe exists on ${DISKDEV}."
+  echo "Label exists on ${DISKDEV}."
 } || {
   echo "Creating label on ${DISKDEV}."
   parted -s ${DISKDEV} mklabel msdos