From 0eaf4c3abbf5dd69beda36236a2db34948a7e06f Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Wed, 16 Oct 2024 19:10:56 -0700 Subject: [PATCH] Random collection of typo fixes Signed-off-by: Jan Dubois --- examples/README.md | 2 +- examples/default.yaml | 12 ++++++------ .../content/en/docs/community/governance/_index.md | 2 +- website/content/en/docs/config/Port/_index.md | 2 +- website/content/en/docs/config/mount/_index.md | 4 ++-- website/content/en/docs/config/multi-arch/_index.md | 2 +- website/content/en/docs/dev/internals/_index.md | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/README.md b/examples/README.md index 9632b0831c1..fe3c8d0209c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -76,4 +76,4 @@ Lost+found: - "Tier 1" (marked with ⭐): Good stability. Regularly tested on the CI. - "Tier 2" (marked with ☆): Moderate stability. Regularly tested on the CI. -Other yamls are tested only occasionally and manually. +Other templates are tested only occasionally and manually. diff --git a/examples/default.yaml b/examples/default.yaml index a8697c93026..5e95df4d842 100644 --- a/examples/default.yaml +++ b/examples/default.yaml @@ -327,7 +327,7 @@ audio: # QEMU audiodev, e.g., "none", "coreaudio", "pa", "alsa", "oss". # VZ driver, use "vz" as device name # Choosing "none" will mute the audio output, and not play any sound. - # Choosing "default" will pick a suitable of: coreudio, pa, dsound, oss. + # Choosing "default" will pick a suitable choice of: coreaudio, pa, dsound, oss. # As of QEMU v6.2 the default is to create a disconnected sound device # that is still visible in the guest but not connected to the host. # 🟢 Builtin default: "" @@ -454,7 +454,7 @@ networks: # Values must not contain non-printable characters except for spaces and tabs. # These variables can be referenced as {{.Param.Key}} in lima.yaml. # In provisioning scripts and probes they are also available as predefined -# environment variables, prefixed with "PARAM` (so `Key` → `$PARAM_Key`). +# environment variables, prefixed with "PARAM_" (so `Key` → `$PARAM_Key`). # param: # Key: value @@ -463,13 +463,13 @@ networks: # replace the strings "localhost" and "127.0.0.1" with the host gateway address from inside # the VM, so it stays routable. Use of the process environment can be disabled by setting # propagateProxyEnv to false. -# 🟢 Builtn default: true +# 🟢 Builtin default: true propagateProxyEnv: null # The host agent implements a DNS server that looks up host names on the host # using the local system resolver. This means changing VPN and network settings # are reflected automatically into the guest, including conditional forward, -# and mDNS lookup. By default only IPv4 addresses will be returned. IPv6 addresses +# and mDNS lookup. By default, only IPv4 addresses will be returned. IPv6 addresses # can only work when using a vmnet network interface and the host has working # IPv6 configured as well. hostResolver: @@ -486,7 +486,7 @@ hostResolver: # host.name: host.lima.internal # If hostResolver.enabled is false, then the following rules apply for configuring dns: -# Explicitly set DNS addresses for qemu user-mode networking. By default qemu picks *one* +# Explicitly set DNS addresses for qemu user-mode networking. By default, qemu picks *one* # nameserver from the host config and forwards all queries to this server. On macOS # Lima adds the nameservers configured for the first host interface in service order, # that has an IPv4 address, to the list. In case this still doesn't work (e.g. VPN @@ -519,7 +519,7 @@ plain: null # A similar mechanism is $LIMA_HOME/_config/override.yaml, which will take # precedence even over the settings in an instances lima.yaml file. -# It too applies to ALL instances under the same $LIMA_HOME, and is applied +# It, too, applies to ALL instances under the same $LIMA_HOME, and is applied # on each restart. It can be used to globally override settings, e.g. make # the mount of the home directory writable. diff --git a/website/content/en/docs/community/governance/_index.md b/website/content/en/docs/community/governance/_index.md index 8b451c3277c..78debb88ce2 100644 --- a/website/content/en/docs/community/governance/_index.md +++ b/website/content/en/docs/community/governance/_index.md @@ -76,7 +76,7 @@ Eligibility to be a release manager: - MUST protect the GPG key with a passphrase or a hardware token. Release steps: -- Open an issue to propose making a new release. e.g., . +- Open an issue to propose making a new release, e.g. . The proposal should be public, with an exception for vulnerability fixes. If this is the first time for you to take a role of release management, you SHOULD make a beta (or alpha, RC) release as an exercise before releasing GA. diff --git a/website/content/en/docs/config/Port/_index.md b/website/content/en/docs/config/Port/_index.md index c2922e1352c..0420f6dd736 100644 --- a/website/content/en/docs/config/Port/_index.md +++ b/website/content/en/docs/config/Port/_index.md @@ -47,7 +47,7 @@ LIMA_SSH_PORT_FORWARDER=true limactl start ### Benchmarks -| Usecase | GRPC | SSH | +| Use case | GRPC | SSH | |-------------|----------------|----------------| | TCP | 3.80 Gbits/sec | 3.38 Gbits/sec | | TCP Reverse | 4.77 Gbits/sec | 3.08 Gbits/sec | diff --git a/website/content/en/docs/config/mount/_index.md b/website/content/en/docs/config/mount/_index.md index f801690d445..dc0e9bda2bd 100644 --- a/website/content/en/docs/config/mount/_index.md +++ b/website/content/en/docs/config/mount/_index.md @@ -59,7 +59,7 @@ Lima prior to v0.10 had used "builtin" as the SFTP driver. #### Caveats - A mount is disabled when the SSH connection was shut down. -- A compromised `sshfs` process in the guest may have an access to unexposed host directories. +- A compromised `sshfs` process in the guest may have access to unexposed host directories. ### 9p > **Warning** @@ -200,4 +200,4 @@ mounts: #### Caveats - For `mountType: 9p`, Inotify events are not triggered for nested files from the listening directory. -- Inotify events are not triggered when files are removed from host \ No newline at end of file +- Inotify events are not triggered when files are removed from host diff --git a/website/content/en/docs/config/multi-arch/_index.md b/website/content/en/docs/config/multi-arch/_index.md index 26f8fc12325..b36583d3991 100644 --- a/website/content/en/docs/config/multi-arch/_index.md +++ b/website/content/en/docs/config/multi-arch/_index.md @@ -22,7 +22,7 @@ images: - location: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-arm64.img" arch: "aarch64" -# Disable mounts and containerd, otherwise booting up may timeout if the host is slow +# Disable mounts and containerd, otherwise booting up may time out if the host is slow mounts: [] containerd: system: false diff --git a/website/content/en/docs/dev/internals/_index.md b/website/content/en/docs/dev/internals/_index.md index b71ce546ab7..0791fb186e2 100644 --- a/website/content/en/docs/dev/internals/_index.md +++ b/website/content/en/docs/dev/internals/_index.md @@ -21,7 +21,7 @@ The config directory contains global lima settings that apply to all instances. User identity: Lima creates a default identity and uses its public key as the authorized key -to access all lima instances. In addition lima will also configure all public +to access all lima instances. In addition, lima will also configure all public keys from `~/.ssh/*.pub` as well, so the user can use the ssh endpoint without having to specify an identity explicitly. - `user`: private key @@ -176,7 +176,7 @@ The volume label is "cidata", as defined by [cloud-init NoCloud](https://docs.cl ### Environment variables - `LIMA_CIDATA_NAME`: the lima instance name - `LIMA_CIDATA_MNT`: the mount point of the disk. `/mnt/lima-cidata`. -- `LIMA_CIDATA_USER`: the user name string +- `LIMA_CIDATA_USER`: the username string - `LIMA_CIDATA_UID`: the numeric UID - `LIMA_CIDATA_HOME`: the guest home directory - `LIMA_CIDATA_HOSTHOME_MOUNTPOINT`: the mount point of the host home directory, or empty if not mounted