@@ -1472,7 +1472,7 @@ it in the next step.
1472
1472
non-volatile storage as FILENAME.EXT (e.g. targets.json).
1473
1473
1474
1474
7 . ** Perform a preorder depth-first search for metadata about the
1475
- desired target.** Let TARGETS be the current metadata, beginning with the
1475
+ desired target.** Let DELEGATOR refer to the current
1476
1476
top-level targets metadata role.
1477
1477
1478
1478
1 . If this role has been visited before, then skip this role
@@ -1485,7 +1485,7 @@ it in the next step.
1485
1485
2 . Otherwise, recursively search the list of delegations in
1486
1486
order of appearance.
1487
1487
1488
- 1 . Let DELEGATOR be the current target role TARGETS and DELEGATEE denote
1488
+ 1 . Let DELEGATEE denote
1489
1489
the current target role DELEGATOR is delegating to.
1490
1490
1491
1491
2 . ** Download the DELEGATEE targets metadata file** , up to either
@@ -1529,7 +1529,7 @@ it in the next step.
1529
1529
1530
1530
8 . Otherwise, if the current delegation is a non-terminating
1531
1531
delegation, continue processing the next delegation, if any, by repeating
1532
- the preorder depth-first search with DELEGATEE as the current TARGET role .
1532
+ the preorder depth-first search with the DELEGATEE as the DELEGATOR .
1533
1533
Stop the search, and jump to step [[ #fetch-target]] . as soon as a
1534
1534
delegation returns a result.
1535
1535
0 commit comments