Skip to content

Commit be346bc

Browse files
committed
docs: Fix "implmentation" typo
My fingers apparently want to do the wrong thing here Signed-off-by: Colin Walters <[email protected]>
1 parent 936e832 commit be346bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/filesystem-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The flattened tree is constructed and committed into the
5858
`ostree/container/image` namespace. The commit metadata also includes
5959
the OCI manifest and config objects.
6060

61-
This is implmented in the [ostree-rs-ext/container module](https://docs.rs/ostree-ext/latest/ostree_ext/container/index.html).
61+
This is implemented in the [ostree-rs-ext/container module](https://docs.rs/ostree-ext/latest/ostree_ext/container/index.html).
6262

6363
### SELinux labeling
6464

docs/src/filesystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ across upgrades. In a nutshell:
8080
- The diff between current and previous `/etc` is applied to the new `/etc`
8181
- Locally modified files in `/etc` different from the default `/usr/etc` (of the same deployment) will be retained
8282

83-
The implmentation of this defaults to being executed by `ostree-finalize-staged.service`
83+
The implementation of this defaults to being executed by `ostree-finalize-staged.service`
8484
at shutdown time, before the new bootloader entry is created.
8585

8686
The rationale for this design is that in practice today, many components of a Linux system end up shipping
@@ -99,7 +99,7 @@ For more on configuration file best practices, see [Building](building/guidance.
9999
### `/usr/etc`
100100

101101
The `/usr/etc` tree is generated client side and contains the default container image's
102-
view of `/etc`. This should generally be considered an internal implmentation detail
102+
view of `/etc`. This should generally be considered an internal implementation detail
103103
of bootc/ostree. Do *not* explicitly put files into this location, it can create
104104
undefined behavior. There is a check for this in `bootc container lint`.
105105

0 commit comments

Comments
 (0)