Skip to content

Commit 5fb5c54

Browse files
authored
Merge pull request #6437 from nuxtreact/master
chore: remove repetitive word in comment
2 parents 6010831 + e63ccf0 commit 5fb5c54

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cardano-testnet/src/Testnet/Runtime.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ createSubdirectoryIfMissingNew parent subdirectory = GHC.withFrozenCallStack $ d
454454
-- Pretty JSON logs will be placed in:
455455
-- 1. <tmp workspace directory>/logs/ledger-new-epoch-state.log
456456
-- 2. <tmp workspace directory>/logs/ledger-new-epoch-state-diffs.log
457-
-- NB: The diffs represent the the changes in the 'NewEpochState' between each
457+
-- NB: The diffs represent the changes in the 'NewEpochState' between each
458458
-- block or turn of the epoch. We have excluded the 'stashedAVVMAddresses'
459459
-- field of 'NewEpochState' in the JSON rendering.
460460
-- The logging thread will be cancelled when `MonadResource` releases all resources.

nix/workbench/backend/nomad-job.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ let
12651265
# set to true, when the leader task completes, all other tasks within
12661266
# the task group will be gracefully shutdown. The shutdown process
12671267
# starts by applying the shutdown_delay if configured. It then stops
1268-
# the the leader task first, followed by non-sidecar and non-poststop
1268+
# the leader task first, followed by non-sidecar and non-poststop
12691269
# tasks, and finally sidecar tasks. Once this process completes,
12701270
# post-stop tasks are triggered. See the lifecycle documentation for a
12711271
# complete description of task lifecycle management.

scripts/byron-to-alonzo/update-4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cardano-cli allegra transaction build-raw \
6767
--out-file tx3.txbody
6868

6969
# Sign the transaction body with the two genesis delegate keys,
70-
# and the the uxto spending key.
70+
# and the uxto spending key.
7171

7272
cardano-cli allegra transaction sign \
7373
--signing-key-file addresses/user1.skey \

scripts/byron-to-alonzo/update-5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cardano-cli mary transaction build-raw \
6767
--out-file tx4.txbody
6868

6969
# Sign the transaction body with the two genesis delegate keys,
70-
# and the the uxto spending key.
70+
# and the uxto spending key.
7171

7272
cardano-cli mary transaction sign \
7373
--signing-key-file addresses/user1.skey \

0 commit comments

Comments
 (0)