diff --git a/ARCs/arc-0056.md b/ARCs/arc-0056.md index 68ecf61c7..05ae9edfb 100644 --- a/ARCs/arc-0056.md +++ b/ARCs/arc-0056.md @@ -469,7 +469,7 @@ const pc = Number(algodError.match(/pc=(\d+)/)![1]); // Parse the ARC56 JSON to determine if the PC values are offset by the constant blocks if (arc56Json.sourceInfo.approval.pcOffsetMethod === "cblocks") { - /** The program can either be cached locally OR retried via the algod API */ + /** The program can either be cached locally OR retrieved via the algod API */ const program = new Uint8Array([ 10, 32, 3, 0, 1, 6, 38, 3, 64, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,