Skip to content

Commit

Permalink
fix typos.
Browse files Browse the repository at this point in the history
Signed-off-by: yojay11717 <[email protected]>
  • Loading branch information
yojay11717 committed Sep 4, 2023
1 parent 228e312 commit 3a7d773
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/filesystem-pv-disks.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The mechanism proposed in this proposal is leveraging Kubernetes to attach
the remote storage as a file-system to a container, to use this file-system to
store a disk image to act as a backend storage to the VMI's disk.

To keep the story compatability between the block and file-system storage, this
To keep the story compatibility between the block and file-system storage, this
proposal assumes that the file-system based storage will also just support a 1:1
mapping between the virtual disk and volume.
This aligns with the fact that a block volume can also just back a single
Expand Down
2 changes: 1 addition & 1 deletion docs/reviewer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ end-to-end tests for their features and fixes. All tests are run and required
to pass on each PR.
Maintainers are allowed to take in code with varying quality for as long as the
project's maintainability is not at stake and all required criterias are met
(especially the testing and architectural criterias) to be open and inclusive.
(especially the testing and architectural criteria) to be open and inclusive.

The lowest bar for acceptable **coding styles** is enforced via automation:
* [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) to enforce a common coding style for go code.
Expand Down
2 changes: 1 addition & 1 deletion docs/vm-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ In order to avoid surprises we need to keep that order also on the API level.

By having an inlined wrapper-struct, containing optional structs corresponding
to different types, we get a reasonable usable API and can maintain explicit
mapping withing the code.
mapping within the code.

Given a `Disk` which can have different `DiskSource`s

Expand Down

0 comments on commit 3a7d773

Please sign in to comment.