Skip to content

Commit

Permalink
Spelling nits
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <[email protected]>
  • Loading branch information
SteveLasker committed Dec 4, 2024
1 parent c1521e8 commit ddd74f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit ddd74f2

Please sign in to comment.