diff --git a/pytest/tests/replay/README.md b/pytest/tests/replay/README.md index 7368c2c6cb6..3c13422a3d9 100644 --- a/pytest/tests/replay/README.md +++ b/pytest/tests/replay/README.md @@ -15,7 +15,7 @@ Prerequisites: In order to set up and launch replay, we take the following steps: -Make sure you have the right enviroment variables: +Make sure you have the right environment variables: ```shell export PYTHONPATH=./pytest/lib ``` diff --git a/runtime/near-vm/engine/src/universal/link.rs b/runtime/near-vm/engine/src/universal/link.rs index 064b54db281..25eff4a7230 100644 --- a/runtime/near-vm/engine/src/universal/link.rs +++ b/runtime/near-vm/engine/src/universal/link.rs @@ -9,7 +9,7 @@ use near_vm_vm::{SectionBodyPtr, VMLocalFunction}; use std::collections::HashMap; use std::ptr::{read_unaligned, write_unaligned}; -/// Add a new trampoline address, given the base adress of the Section. Return the address of the jump +/// Add a new trampoline address, given the base address of the Section. Return the address of the jump /// The trampoline itself still have to be writen fn trampolines_add( map: &mut HashMap,