diff --git a/readme.md b/readme.md index ad119d4..ce9d5da 100644 --- a/readme.md +++ b/readme.md @@ -133,7 +133,7 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu/refs/heads/master/ | `.vhdx` | Hyper-V | | `.vdi` | VirtualBox | - It will also accept files such as `.img.gz`, `.qcow2.xz`, `.iso.zip` and many more, because it will automaticly extract compressed files. + It will also accept files such as `.img.gz`, `.qcow2.xz`, `.iso.zip` and many more, because it will automatically extract compressed files. Alternatively you can use a local image file directly, by binding it in your compose file: @@ -189,7 +189,7 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu/refs/heads/master/ ### How do I boot macOS? - Use [dockur/macos](https://github.com/dockur/macos) instead, as it uses all the right settings and automaticly downloads the installation files. + Use [dockur/macos](https://github.com/dockur/macos) instead, as it uses all the right settings and automatically downloads the installation files. ### How do I boot without UEFI? diff --git a/src/network.sh b/src/network.sh index f314a94..12bcd7f 100644 --- a/src/network.sh +++ b/src/network.sh @@ -683,7 +683,7 @@ getInfo() { [ -d "/sys/class/net/net1" ] && VM_NET_DEV="net1" [ -d "/sys/class/net/net2" ] && VM_NET_DEV="net2" [ -d "/sys/class/net/net3" ] && VM_NET_DEV="net3" - # Automaticly detect the default network interface + # Automatically detect the default network interface [ -z "$VM_NET_DEV" ] && VM_NET_DEV=$(awk '$2 == 00000000 { print $1 }' /proc/net/route) [ -z "$VM_NET_DEV" ] && VM_NET_DEV="eth0" fi diff --git a/src/reset.sh b/src/reset.sh index f755c05..c672882 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -128,7 +128,7 @@ TOTAL_MEM=$(formatBytes "$RAM_TOTAL" "up") echo "❯ CPU: ${CPU} | RAM: ${AVAIL_MEM/ GB/}/$TOTAL_MEM | DISK: $SPACE_GB (${FS}) | KERNEL: ${SYS}..." echo -# Check compatibilty +# Check compatibility if [[ "${FS,,}" == "ecryptfs" || "${FS,,}" == "tmpfs" ]]; then DISK_IO="threads"