Skip to content

Commit 5c1975c

Browse files
authored
Merge pull request #2752 from jandubois/typos-etc
Random collection of typo fixes
2 parents 26733b7 + 9ad2d74 commit 5c1975c

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Lost+found:
7676
- "Tier 1" (marked with ⭐): Good stability. Regularly tested on the CI.
7777
- "Tier 2" (marked with ☆): Moderate stability. Regularly tested on the CI.
7878

79-
Other yamls are tested only occasionally and manually.
79+
Other templates are tested only occasionally and manually.

examples/default.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ audio:
327327
# QEMU audiodev, e.g., "none", "coreaudio", "pa", "alsa", "oss".
328328
# VZ driver, use "vz" as device name
329329
# Choosing "none" will mute the audio output, and not play any sound.
330-
# Choosing "default" will pick a suitable of: coreudio, pa, dsound, oss.
330+
# Choosing "default" will pick a suitable choice of: coreaudio, pa, dsound, oss.
331331
# As of QEMU v6.2 the default is to create a disconnected sound device
332332
# that is still visible in the guest but not connected to the host.
333333
# 🟢 Builtin default: ""
@@ -454,7 +454,7 @@ networks:
454454
# Values must not contain non-printable characters except for spaces and tabs.
455455
# These variables can be referenced as {{.Param.Key}} in lima.yaml.
456456
# In provisioning scripts and probes they are also available as predefined
457-
# environment variables, prefixed with "PARAM` (so `Key` → `$PARAM_Key`).
457+
# environment variables, prefixed with "PARAM_" (so `Key` → `$PARAM_Key`).
458458
# param:
459459
# Key: value
460460

@@ -463,13 +463,13 @@ networks:
463463
# replace the strings "localhost" and "127.0.0.1" with the host gateway address from inside
464464
# the VM, so it stays routable. Use of the process environment can be disabled by setting
465465
# propagateProxyEnv to false.
466-
# 🟢 Builtn default: true
466+
# 🟢 Builtin default: true
467467
propagateProxyEnv: null
468468

469469
# The host agent implements a DNS server that looks up host names on the host
470470
# using the local system resolver. This means changing VPN and network settings
471471
# are reflected automatically into the guest, including conditional forward,
472-
# and mDNS lookup. By default only IPv4 addresses will be returned. IPv6 addresses
472+
# and mDNS lookup. By default, only IPv4 addresses will be returned. IPv6 addresses
473473
# can only work when using a vmnet network interface and the host has working
474474
# IPv6 configured as well.
475475
hostResolver:
@@ -486,7 +486,7 @@ hostResolver:
486486
# host.name: host.lima.internal
487487

488488
# If hostResolver.enabled is false, then the following rules apply for configuring dns:
489-
# Explicitly set DNS addresses for qemu user-mode networking. By default qemu picks *one*
489+
# Explicitly set DNS addresses for qemu user-mode networking. By default, qemu picks *one*
490490
# nameserver from the host config and forwards all queries to this server. On macOS
491491
# Lima adds the nameservers configured for the first host interface in service order,
492492
# that has an IPv4 address, to the list. In case this still doesn't work (e.g. VPN
@@ -519,7 +519,7 @@ plain: null
519519

520520
# A similar mechanism is $LIMA_HOME/_config/override.yaml, which will take
521521
# precedence even over the settings in an instances lima.yaml file.
522-
# It too applies to ALL instances under the same $LIMA_HOME, and is applied
522+
# It also applies to ALL instances under the same $LIMA_HOME, and is applied
523523
# on each restart. It can be used to globally override settings, e.g. make
524524
# the mount of the home directory writable.
525525

website/content/en/docs/community/governance/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Eligibility to be a release manager:
7676
- MUST protect the GPG key with a passphrase or a hardware token.
7777

7878
Release steps:
79-
- Open an issue to propose making a new release. e.g., <https://github.com/lima-vm/lima/issues/2296>.
79+
- Open an issue to propose making a new release, e.g. <https://github.com/lima-vm/lima/issues/2296>.
8080
The proposal should be public, with an exception for vulnerability fixes.
8181
If this is the first time for you to take a role of release management,
8282
you SHOULD make a beta (or alpha, RC) release as an exercise before releasing GA.

website/content/en/docs/config/Port/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ LIMA_SSH_PORT_FORWARDER=true limactl start
4747

4848
### Benchmarks
4949

50-
| Usecase | GRPC | SSH |
50+
| Use case | GRPC | SSH |
5151
|-------------|----------------|----------------|
5252
| TCP | 3.80 Gbits/sec | 3.38 Gbits/sec |
5353
| TCP Reverse | 4.77 Gbits/sec | 3.08 Gbits/sec |

website/content/en/docs/config/mount/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Lima prior to v0.10 had used "builtin" as the SFTP driver.
5959

6060
#### Caveats
6161
- A mount is disabled when the SSH connection was shut down.
62-
- A compromised `sshfs` process in the guest may have an access to unexposed host directories.
62+
- A compromised `sshfs` process in the guest may have access to unexposed host directories.
6363

6464
### 9p
6565
> **Warning**
@@ -200,4 +200,4 @@ mounts:
200200

201201
#### Caveats
202202
- For `mountType: 9p`, Inotify events are not triggered for nested files from the listening directory.
203-
- Inotify events are not triggered when files are removed from host
203+
- Inotify events are not triggered when files are removed from host

website/content/en/docs/config/multi-arch/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ images:
2222
- location: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-arm64.img"
2323
arch: "aarch64"
2424

25-
# Disable mounts and containerd, otherwise booting up may timeout if the host is slow
25+
# Disable mounts and containerd, otherwise booting up may time out if the host is slow
2626
mounts: []
2727
containerd:
2828
system: false

website/content/en/docs/dev/internals/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The config directory contains global lima settings that apply to all instances.
2121
User identity:
2222

2323
Lima creates a default identity and uses its public key as the authorized key
24-
to access all lima instances. In addition lima will also configure all public
24+
to access all lima instances. In addition, lima will also configure all public
2525
keys from `~/.ssh/*.pub` as well, so the user can use the ssh endpoint without
2626
having to specify an identity explicitly.
2727
- `user`: private key
@@ -176,7 +176,7 @@ The volume label is "cidata", as defined by [cloud-init NoCloud](https://docs.cl
176176
### Environment variables
177177
- `LIMA_CIDATA_NAME`: the lima instance name
178178
- `LIMA_CIDATA_MNT`: the mount point of the disk. `/mnt/lima-cidata`.
179-
- `LIMA_CIDATA_USER`: the user name string
179+
- `LIMA_CIDATA_USER`: the username string
180180
- `LIMA_CIDATA_UID`: the numeric UID
181181
- `LIMA_CIDATA_HOME`: the guest home directory
182182
- `LIMA_CIDATA_HOSTHOME_MOUNTPOINT`: the mount point of the host home directory, or empty if not mounted

0 commit comments

Comments
 (0)