]> arthur.barton.de Git - ax-linux.git/blobdiff - btrfs/mksnapshot/btrfs-mksnapshot-rootfs
btrfs-mksnapshot-rootfs: fix typo in error message
[ax-linux.git] / 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