@@ -1254,14 +1254,14 @@ non-volatile storage as FILENAME.EXT.
1254
1254
* ** 4.5.2.1** . Let DELEGATE denote the current target role TARGETS is
1255
1255
delegating to.
1256
1256
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
1258
1258
the number of bytes specified in the snapshot metadata file, or some Z
1259
1259
number of bytes. The value for Z is set by the authors of the application
1260
1260
using TUF. For example, Z may be tens of kilobytes. IF DELEGATE cannot be
1261
1261
found, end the search and report the target cannot be found. If
1262
1262
consistent snapshots are not used (see Section 7), then the filename used
1263
1263
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
1265
1265
VERSION_NUMBER.FILENAME.EXT (e.g., 42.delegated_role.json), where
1266
1266
VERSION_NUMBER is the version number of the DELEGATE metadata file listed
1267
1267
in the snapshot metadata file. In either case, the client MUST write the
@@ -1283,7 +1283,7 @@ non-volatile storage as FILENAME.EXT.
1283
1283
* ** 4.5.2.5** . ** Check for a rollback attack.** The version number of the
1284
1284
trusted DELEGATE metadata file, if any, MUST be less than or equal to the
1285
1285
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
1287
1287
it, end the search, and report the target cannot be found.
1288
1288
1289
1289
* ** 4.5.2.6** . If the current delegation is a multi-role delegation,
0 commit comments