Skip to content

Commit dd8a2e1

Browse files
authored
Merge pull request #3591 from alexandear-org/docs/fix-typos
chore: Fix typos in comments
2 parents 7224ca4 + d3a5741 commit dd8a2e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ help:
7878
@echo ' help-variables - Show Makefile variables'
7979
@echo ' help-targets - Show additional Makefile targets'
8080

81-
.PHONY: help-varaibles
81+
.PHONY: help-variables
8282
help-variables:
8383
@echo '# Variables that can be overridden.'
8484
@echo
@@ -318,7 +318,7 @@ additional-guestagents: $(ADDITIONAL_GUESTAGENTS)
318318
%-guestagent:
319319
@[ "$(findstring $(*),$(LINUX_GUESTAGENT_ARCHS))" == "$(*)" ] && make $(call guestagent_path,LINUX,$*)
320320

321-
# environment variables for linx-guestagent. these variable are used for checking force build.
321+
# environment variables for linux-guestagent. these variable are used for checking force build.
322322
ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)aarch64 = CGO_ENABLED=0 GOOS=linux GOARCH=arm64
323323
ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)armv7l = CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7
324324
ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)ppc64le = CGO_ENABLED=0 GOOS=linux GOARCH=ppc64le

pkg/nativeimgutil/nativeimgutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"github.com/lima-vm/lima/pkg/progressbar"
2424
)
2525

26-
// Disk image size must be aigned to sector size. Qemu block layer is rounding
26+
// Disk image size must be aligned to sector size. Qemu block layer is rounding
2727
// up the size to 512 bytes. Apple virtualization framework reject disks not
2828
// aligned to 512 bytes.
2929
const sectorSize = 512

0 commit comments

Comments
 (0)