diff --git a/ARCs/arc-0065.md b/ARCs/arc-0065.md index 0223eb696..a535ba398 100644 --- a/ARCs/arc-0065.md +++ b/ARCs/arc-0065.md @@ -41,7 +41,7 @@ it **MUST**: 1. Push to the stack the bytes string containing the error code; 1. Execute the `log` opcode to use the bytes from the top of the stack; -1. Execute the `err` opcode to immediately terminal the program. +1. Execute the `err` opcode to immediately terminate the program. Upon a program run time failure, the Algod API returns both the failed *program counter* (`pc`) and the `log` content.