From 267fe52df2ef07aa76e4dca55bbaed7411d2e60c Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 15 Dec 2023 22:04:21 +0400 Subject: [PATCH] bin/config.sh: Fix output typo Signed-off-by: Leonard Lyubich --- README.md | 2 +- bin/config.sh | 2 +- docs/ir.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 088ed5d..de8e214 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ password of inner ring wallet is `one`. See examples in `make help`. ``` $ make update.epoch_duration val=30 -Changing EpochDuration configration value to 30 +Changing EpochDuration configuration value to 30 Enter account NNudMSGzEoktFzdYGYoNb3bzHzbmM1genF password > Sent invocation transaction dbb8c1145b6d10f150135630e13bb0dc282023163f5956c6945a60db0cb45cb0 Updating NeoFS epoch to 2 diff --git a/bin/config.sh b/bin/config.sh index e6eeaae..6ca57f8 100755 --- a/bin/config.sh +++ b/bin/config.sh @@ -34,7 +34,7 @@ else fi # Change config value in side chain -echo "Changing ${KEY} configration value to ${VALUE}" +echo "Changing ${KEY} configuration value to ${VALUE}" # shellcheck disable=SC2086 ${NEOGO} contract invokefunction \ diff --git a/docs/ir.md b/docs/ir.md index 88df978..508c1d3 100644 --- a/docs/ir.md +++ b/docs/ir.md @@ -36,7 +36,7 @@ Script enters passwords automatically with `expect` utility. ``` $ make update.epoch_duration val=30 -Changing EpochDuration configration value to 30 +Changing EpochDuration configuration value to 30 Enter account NfgHwwTi3wHAS8aFAN243C5vGbkYDpqLHP password > Sent invocation transaction bdc0fa88cd6719ef6df2b9c82de423ddec6141ca24255c2d0072688083b1de9d Updating NeoFS epoch to 20