Skip to content

Commit f5a6f00

Browse files
authored
Merge pull request #25 from erickt/patch-1
Fix a typo in section 5.3.1
2 parents 9b1ad53 + 9f1e73a commit f5a6f00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tuf-spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,10 +1096,10 @@ the timestamp metadata file. In either case, the client MUST write the file to
10961096
non-volatile storage as FILENAME.EXT.
10971097

10981098
* **3.1**. **Check against timestamp metadata.** The hashes and version
1099-
* number
1100-
of the new snapshot metadata file MUST match the hashes and version number
1101-
listed in timestamp metadata. If hashes and version do not match, discard
1102-
the new snapshot metadata, abort the update cycle, and report the failure.
1099+
number of the new snapshot metadata file MUST match the hashes and version
1100+
number listed in timestamp metadata. If hashes and version do not match,
1101+
discard the new snapshot metadata, abort the update cycle, and report the
1102+
failure.
11031103

11041104
* **3.2**. **Check signatures.** The new snapshot metadata file MUST have
11051105
been signed by a threshold of keys specified in the trusted root metadata

0 commit comments

Comments
 (0)