Skip to content

Commit 5690b93

Browse files
committed
Fix typos in client application workflow
1 parent 6232123 commit 5690b93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tuf-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,14 +1254,14 @@ non-volatile storage as FILENAME.EXT.
12541254
* **4.5.2.1**. Let DELEGATE denote the current target role TARGETS is
12551255
delegating to.
12561256

1257-
* **4.5.2.2**. **Download the DELEGATE tarets metadata file**, up to either
1257+
* **4.5.2.2**. **Download the DELEGATE targets metadata file**, up to either
12581258
the number of bytes specified in the snapshot metadata file, or some Z
12591259
number of bytes. The value for Z is set by the authors of the application
12601260
using TUF. For example, Z may be tens of kilobytes. IF DELEGATE cannot be
12611261
found, end the search and report the target cannot be found. If
12621262
consistent snapshots are not used (see Section 7), then the filename used
12631263
to download the targets metadata file is of the fixed form FILENAME.EXT
1264-
(e.g., delegated_rol.json). Otherwise, the filename is of the form
1264+
(e.g., delegated_role.json). Otherwise, the filename is of the form
12651265
VERSION_NUMBER.FILENAME.EXT (e.g., 42.delegated_role.json), where
12661266
VERSION_NUMBER is the version number of the DELEGATE metadata file listed
12671267
in the snapshot metadata file. In either case, the client MUST write the
@@ -1283,7 +1283,7 @@ non-volatile storage as FILENAME.EXT.
12831283
* **4.5.2.5**. **Check for a rollback attack.** The version number of the
12841284
trusted DELEGATE metadata file, if any, MUST be less than or equal to the
12851285
version number of the new DELEGATE metadata file. If the new DELEGATE
1286-
`metadata file is older than the trusted DELEGATE metadata file, discard
1286+
metadata file is older than the trusted DELEGATE metadata file, discard
12871287
it, end the search, and report the target cannot be found.
12881288

12891289
* **4.5.2.6**. If the current delegation is a multi-role delegation,

0 commit comments

Comments
 (0)