Skip to content

Commit 580334e

Browse files
authored
Merge pull request #1021 from MVrachev/patch-1
Fix typo in comment
2 parents 540377e + 1b53101 commit 580334e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf/repository_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ def generate_snapshot_metadata(metadata_directory, version, expiration_date,
14181418
securesystemslib.formats.NAME_SCHEMA.check_match(repository_name)
14191419

14201420
# Snapshot's 'fileinfodict' shall contain the version number of Root,
1421-
# Targets, and all delegated roles fo the repository.
1421+
# Targets, and all delegated roles of the repository.
14221422
fileinfodict = {}
14231423
fileinfodict[TARGETS_FILENAME] = get_metadata_versioninfo(targets_filename,
14241424
repository_name)

0 commit comments

Comments
 (0)