-
Notifications
You must be signed in to change notification settings - Fork 278
Fix typo in comment #1021
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 typo in comment #1021
Conversation
tuf/repository_lib.py
Outdated
@@ -1476,7 +1476,7 @@ def generate_snapshot_metadata(metadata_directory, version, expiration_date, | |||
metadata_directory = _check_directory(metadata_directory) | |||
|
|||
# Snapshot's 'fileinfodict' shall contain the version number of Root, | |||
# Targets, and all delegated roles fo the repository. | |||
# Targets, and all delegated roles to the repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't "of" make more sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, a good point.
I am not a native english speaker and sometimes I make mistakes like that one. :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes two of use. ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, no, me three...
Squashed my commits and rebased on develop. |
Signed-off-by: Martin Vrachev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merci! :)
Signed-off-by: Martin Vrachev [email protected]