Skip to content

Commit

Permalink
Spelling nits (#45)
Browse files Browse the repository at this point in the history
* Spelling nits
Signed-off-by: steve lasker <[email protected]>
  • Loading branch information
SteveLasker authored Dec 4, 2024
1 parent c1521e8 commit 7dcd9a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datatrails_scitt_samples/cose_sign1message.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Handling for COSE_Sign1 messages
Specific accomodation for detached payloads.
Specific accommodation for detached payloads.
"""

import cbor2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main(args=None):
)
parser.add_argument(
"--verify",
help="verify the result of registraion",
help="verify the result of registration",
default=False,
action="store_true",
)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_register_signed_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_create_and_register_statement(self):
# create a signed statement
create_hashed_signed_statement(
[
"--use-draft-04-labels", # TEMPORY: Until backend support catches up
"--use-draft-04-labels", # TEMPORARY: Until backend support catches up
"--signing-key-file",
"my-signing-key.pem",
"--payload-file",
Expand Down

0 comments on commit 7dcd9a8

Please sign in to comment.