From 049136226e2d336efbb94c5b302f733bbc2effde Mon Sep 17 00:00:00 2001 From: cyteen Date: Thu, 12 Mar 2026 17:11:52 +0000 Subject: [PATCH] Typos --- blend_helpers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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