Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Spelling corrections #561

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sims/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ The module name of this module during the TO2 protocol is *org.fedoraiot.diskenc
| --- | --- | --- |
| `disk-label` | `tstr` | The filesystem/Device Mapper label of the disk |
| `reencrypt-initiated` | `bool` | Indicates whether a re-encrypt has been initiated |
| `bound` | `bool` | Indicates whether re-binding to the new Clevis PIN succeesfully completed |
| `bound` | `bool` | Indicates whether rebinding to the new Clevis PIN completed successfully |
2 changes: 1 addition & 1 deletion docs/specs/serviceinfo_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The API version for this specification is `1`.
The modules are comma-separated.

Whether a response is deemed successful is determined purely by the HTTP status code.
If any status other than 200 is returned, the Owner Onborading Server will cancel the onboarding procedure, and the device will retry later.
If any status other than 200 is returned, the Owner Onboarding Server will cancel the onboarding procedure, and the device will retry later.

A successful response will be a JSON object.
The server can send as many keys of the following list as it has available: every key is optional.
Expand Down
Loading