From 5664c12248391fd2008a42d295a51583a33cf02c Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 18 Sep 2022 01:15:46 +0900 Subject: [PATCH] chore: fix typo in net.sh (#27860) propogated -> propagated --- net/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.sh b/net/net.sh index 0bb1ea0d8..96ddbff5b 100755 --- a/net/net.sh +++ b/net/net.sh @@ -142,7 +142,7 @@ Operate a configured testnet startclients-specific options: $CLIENT_OPTIONS -Note: if RUST_LOG is set in the environment it will be propogated into the +Note: if RUST_LOG is set in the environment it will be propagated into the network nodes. EOF exit $exitcode