]> arthur.barton.de Git - ax-linux.git/commitdiff
btrfs-mksnapshot-rootfs: fix typo in error message
authorAlexander Barton <alex@barton.de>
Thu, 1 May 2014 16:33:46 +0000 (18:33 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 1 May 2014 16:33:46 +0000 (18:33 +0200)
btrfs/mksnapshot/btrfs-mksnapshot-rootfs

index 798e6080abc5a0739b57293ee3722155c59070d5..ebc2f3f42910a0a979e854aeab25de402ed91476 100755 (executable)
@@ -26,6 +26,6 @@ if [ -n "`fgrep ' / btrfs ' /etc/fstab 2>/dev/null`" ]; then
                echo "\"/usr/local/sbin/btrfs-mksnapshot\" not executable, snapshot creation skipped."
        fi
 else
-       echo "Root filesystem is not ot type \"btrfs\", snapshot creation skipped."
+       echo "Root filesystem is not of type \"btrfs\", snapshot creation skipped."
 fi
 exit 0