Skip to content

Commit

Permalink
Merge pull request #561 from Bert-R/spelling-corrections
Browse files Browse the repository at this point in the history
fix: Spelling corrections
  • Loading branch information
nullr0ute committed Oct 16, 2023
2 parents 30a7585 + ed5b3e1 commit 906144f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 906144f

Please sign in to comment.