Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Spelling error. #12623

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytest/tests/replay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion runtime/near-vm/engine/src/universal/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<usize, usize>,
Expand Down