diff --git a/script/ubuntu-kaiten-yaki.sh b/script/ubuntu-kaiten-yaki.sh index 497f7d6..3a2584b 100644 --- a/script/ubuntu-kaiten-yaki.sh +++ b/script/ubuntu-kaiten-yaki.sh @@ -292,7 +292,7 @@ echo "GRUB_ENABLE_CRYPTODISK=y" >> /target/etc/default/grub # And then, wait for the end of Ubiquity process -echo "...Waiting the end of Ubiquity installer." +echo "...Waiting for the end of Ubiquity installer." wait $ubiquity_pid # ******************************************************************************* diff --git a/script/void-kaiten-yaki.sh b/script/void-kaiten-yaki.sh index d401ff2..c7d77b3 100644 --- a/script/void-kaiten-yaki.sh +++ b/script/void-kaiten-yaki.sh @@ -302,7 +302,7 @@ echo "GRUB_ENABLE_CRYPTODISK=y" >> /mnt/target/etc/default/grub # And then, wait for the end of void-installer process -echo "...Waiting the end of void-installer." +echo "...Waiting for the end of void-installer." wait $voidinstaller_pid # *******************************************************************************