From: Alexander Barton Date: Thu, 1 May 2014 16:33:46 +0000 (+0200) Subject: btrfs-mksnapshot-rootfs: fix typo in error message X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-linux.git;a=commitdiff_plain;h=b60167a5179490f5524f07f6f07c3dad93f8729e btrfs-mksnapshot-rootfs: fix typo in error message --- diff --git a/btrfs/mksnapshot/btrfs-mksnapshot-rootfs b/btrfs/mksnapshot/btrfs-mksnapshot-rootfs index 798e608..ebc2f3f 100755 --- a/btrfs/mksnapshot/btrfs-mksnapshot-rootfs +++ b/btrfs/mksnapshot/btrfs-mksnapshot-rootfs @@ -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