Skip to content

Commit a29557e

Browse files
authored
Hugo docs: Fix random typos and simple word repetitions here and there. (#6269)
Apply a few trivial spelling fixes here and there for: - Accidental typos - Word repetitions - Uppercase of "Markdown" and "JSON-RPC"
2 parents 3c2afb9 + e899078 commit a29557e

File tree

14 files changed

+19
-23
lines changed

14 files changed

+19
-23
lines changed

.github/workflows/shellcheck.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: ShellCheck
22

33
on:
44
pull_request:
5-
# When only Hugo docs change, this workflow is not required:
6-
paths-ignore:
7-
- 'doc/**'
8-
- '.github/workflows/hugo.yml'
95
merge_group:
106

117
concurrency: # On new push, cancel old workflows from the same PR, branch or tag:

doc/content/design/emulated-pci-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ status: proposed
1111
At present (early March 2015) the datamodel defines a VM as having a "platform" string-string map, in which two keys are interpreted as specifying a PCI device which should be emulated for the VM. Those keys are "device_id" and "revision" (with int values represented as decimal strings).
1212

1313
Limitations:
14-
* Hardcoded defaults are used for the the vendor ID and all other parameters except device_id and revision.
14+
* Hardcoded defaults are used for the vendor ID and all other parameters except device_id and revision.
1515
* Only one emulated PCI device can be specified.
1616

1717
When instructing qemu to emulate PCI devices, qemu accepts twelve parameters for each device.

doc/content/design/user-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ A new class, Certificate, will be added with the following schema:
220220
| ---------- | --------- | ----- |
221221
| uuid | |
222222
| type | CA | Certificate trusted by all hosts
223-
| | Host | Certificate that the host present sto normal clients
223+
| | Host | Certificate that the host presents to normal clients
224224
| name | String | Name, only present for trusted certificates
225225
| host | Ref _host | Host where the certificate is installed
226226
| not_before | DateTime | Date after which the certificate is valid

doc/content/squeezed/architecture/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ includes:
1818
together describe a range, within which the domain's actual used memory
1919
should remain.
2020
- Per-domain calibration data which allows us to compute the necessary balloon
21-
target value to achive a particular memory usage value.
21+
target value to achieve a particular memory usage value.
2222

2323
Squeezed is a single-threaded program which receives commands from xenopsd over
2424
a Unix domain socket. When Xenopsd wishes to start a new VM, squeezed will be

doc/content/squeezed/squeezer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hidden: true
44
---
55

66
{{% notice warning %}}
7-
This was converted to markdown from squeezer.tex. It is not clear how much
7+
This was converted to Markdown from squeezer.tex. It is not clear how much
88
of this document is still relevant and/or already present in the other docs.
99
{{% /notice %}}
1010

doc/content/toolstack/high-level/environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ The Toolstack runs in an environment on a server (host) that has:
77

88
- Physical hardware.
99
- The Xen hypervisor.
10-
- The control domain (domain 0): the priviledged domain that the Toolstack runs in.
11-
- Other, mostly unpriviledged domains, usually for guests (VMs).
10+
- The control domain (domain 0): the privileged domain that the Toolstack runs in.
11+
- Other, mostly unprivileged domains, usually for guests (VMs).
1212

1313
The Toolstack relies on various bits of software inside the control domain, and directly communicates with most of these:
1414

1515
- Linux kernel including drivers for hardware and Xen paravirtualised devices (e.g. `netback` and `blkback`).
1616
- Interacts through `/sys` and `/proc`, udev scripts, xenstore, ...
17-
- CentOS distibution including userspace tools and libraries.
17+
- CentOS distribution including userspace tools and libraries.
1818
- systemd, networking tools, ...
1919
- Xen-specific libraries, especially `libxenctrl` (a.k.a. `libxc`)
2020
- `xenstored`: a key-value pair configuration database

doc/content/toolstack/responsibilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Responsibilities"
33
weight = 10
44
+++
55

6-
The XAPI Toolstack forms the main control plane of a pool of XenServer hosts. It allow the administrator to:
6+
The XAPI Toolstack forms the main control plane of a pool of XenServer hosts. It allows the administrator to:
77

88
- Configure the hardware resources of XenServer hosts: storage, networking, graphics, memory.
99
- Create, configure and destroy VMs and their virtual resources.

doc/content/xen-api/topics/udhcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the network.
1111

1212
It should be noted that for this reason, that callers who modify the
1313
default configuration should be aware that their changes may have an
14-
adverse affect on other consumers of the HIMN.
14+
adverse effect on other consumers of the HIMN.
1515

1616
Version history
1717
---------------

doc/content/xen-api/wire-protocol.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ contains the members `jsonrpc`, `method`, `params`, and `id`.
285285
(requests without responses).
286286

287287
For example, the body of a JSON-RPC v2.0 request to retrieve the VMs resident on
288-
a host may may look like this:
288+
a host may look like this:
289289

290290
```json
291291
{
@@ -538,7 +538,7 @@ you must login and initiate a session. For example:
538538
where `uname` and `password` refer to your username and password, as defined by
539539
the Xen administrator, while `version` and `originator` are optional. The
540540
`session ref` returned by `session.login_with_password` is passed
541-
to subequent RPC calls as an authentication token. Note that a session
541+
to subsequent RPC calls as an authentication token. Note that a session
542542
reference obtained by a login request to the XML-RPC backend can be used in
543543
subsequent requests to the JSON-RPC backend, and vice-versa.
544544
@@ -565,7 +565,7 @@ Instead of returning its result directly, an asynchronous RPC call
565565
returns an identifier of type `task ref` which is subsequently used
566566
to track the status of a running asynchronous RPC.
567567
568-
Note that an asychronous call may fail immediately, before a task has even been
568+
Note that an asynchronous call may fail immediately, before a task has even been
569569
created. When using the XML-RPC wire protocol, this eventuality is represented
570570
by wrapping the returned `task ref` in an XML-RPC struct with a `Status`,
571571
`ErrorDescription`, and `Value` fields, exactly as specified above; the

doc/content/xenopsd/design/Tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ helper function
124124
[perform_atomics](https://github.com/xapi-project/xenopsd/blob/f876f9029cf53f14a52bf42a4a3a03265e048926/lib/xenops_server.ml#L1092)
125125
which divides the progress 'bar' into sections, where each "micro-op" can have
126126
a different size (`weight`). A progress callback function is passed into
127-
each Xenopsd backend function so it can be updated with fine granulatiry. For
127+
each Xenopsd backend function so it can be updated with fine granularity. For
128128
example note the arguments to
129129
[B.VM.save](https://github.com/xapi-project/xenopsd/blob/f876f9029cf53f14a52bf42a4a3a03265e048926/lib/xenops_server.ml#L1092)
130130

0 commit comments

Comments
 (0)