Skip to content

Commit 9f1e73a

Browse files
authored
Fix a typo in section 5.3.1
It looks like an extra newline and bullet point was accidentally introduced in section 5.3.1. This removes it, and re-wraps the section.
1 parent 8877a90 commit 9f1e73a

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)