diff --git a/blend_helpers.md b/blend_helpers.md index 70b3a08..3bdf4dd 100644 --- a/blend_helpers.md +++ b/blend_helpers.md @@ -27,7 +27,7 @@ and boot zfs to one or two disks (mirrored) using either grub-pc or grub-efi to ## image_partition_raw_gpt() -a partitioning function using cgpt to produce gpt partition table rather thanparted +a partitioning function using cgpt to produce gpt partition table rather than parted parted to product dos partion table. ## blend_bootstrap_setup() @@ -42,7 +42,7 @@ Override the helper function: - takes the 'apt-get -f' out of the loop so that dependency provided by other debs can be resolved. -- inside the loop it just uninstalls the deb because of unfullfilled deps. +- inside the loop it just uninstalls the deb because of unfulfilled deps. ## install-deb-from-dsc() : WIP