Skip to content

Commit 65a92ac

Browse files
committed
Merge #823: fix: typos
e33a6aa Update main.rs (crStiv) cb48115 Update wasm.sh (crStiv) Pull request description: ACKs for top commit: apoelstra: ACK e33a6aa; successfully ran local tests Tree-SHA512: 1ee790d0c1a9484f831e4e4950dfe96a04a8b10dfb11c6257dad85be0174c0ecae356bee4aaf5d27f876e1356f154b9201ec1cc252bc8d5a220be374b472068f
2 parents 1ed5ef3 + e33a6aa commit 65a92ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/wasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run the WASM tests.
44
#
55
# The wasm-pack command does not correctly pass args to cargo so we cannot use --locked and test
6-
# with per-commited lockfiles (recent/minimal). Just run the WASM tests from here instead.
6+
# with per-committed lockfiles (recent/minimal). Just run the WASM tests from here instead.
77

88
set -euox pipefail
99

no_std_test/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! # secp256k1 no-std test.
44
//! This binary is a short smallest rust code to produce a working binary *without libstd*.
55
//! This gives us 2 things:
6-
//! 1. Test that the parts of the code that should work in a no-std enviroment actually work. Note that this is not a comprehensive list.
6+
//! 1. Test that the parts of the code that should work in a no-std environment actually work. Note that this is not a comprehensive list.
77
//! 2. Test that we don't accidentally import libstd into `secp256k1`.
88
//!
99
//! The first is tested using the following command `cargo run --release | grep -q "Verified Successfully"`.

0 commit comments

Comments
 (0)