Skip to content

Commit acbb903

Browse files
committed
chore: fix some typos
Signed-off-by: cuinix <[email protected]>
1 parent 425b8c1 commit acbb903

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bench/locli/src/Cardano/Command.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ runChainCommand s@State{sMultiClusterPerf=Just (MultiClusterPerf perf)}
761761
& firstExceptT (CommandError c)
762762
pure s
763763
runChainCommand _ c@RenderMultiClusterPerf{} = missingCommandData c
764-
["multi-run cluster preformance stats"]
764+
["multi-run cluster performance stats"]
765765

766766
runChainCommand s c@ComputeSummary = do
767767
progress "summary" (Q "summarising a run")

bench/tx-generator/src/Cardano/TxGenerator/Genesis.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{- HLINT ignore "Use map with tuple-section" -}
88

99
-- | This module provides means to secure funds that are given in genesis.
10-
-- To secure a fund, the key locking the transaction ouput in genesis has to be provided.
10+
-- To secure a fund, the key locking the transaction output in genesis has to be provided.
1111
module Cardano.TxGenerator.Genesis
1212
( genesisInitialFunds
1313
, genesisInitialFundForKey

bench/tx-generator/src/Cardano/TxGenerator/Tx.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type CreateAndStore m era = L.Coin -> (TxOut CtxTx era, TxIx -> TxId -
2929
-- | 'CreateAndStoreList' is meant to represent building a transaction
3030
-- and presenting a function to carry out the needed side effects.
3131
-- This type alias is also only used in "Cardano.Benchmarking.Wallet".
32-
-- The @split@ parameter seems to actualy be used for not much more
32+
-- The @split@ parameter seems to actually be used for not much more
3333
-- than lists and records containing lists.
3434
type CreateAndStoreList m era split = split -> ([TxOut CtxTx era], TxId -> m ())
3535

cardano-tracer/docs/cardano-tracer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ where:
193193

194194
- `/tmp/forwarder.sock` is a path to the local socket on machine `A` _and_ a path to the local socket on machine `D`,
195195
- `john` is a user name you use to login on machine `D`,
196-
- `109.75.33.121` is an IP-adress of machine `D`.
196+
- `109.75.33.121` is an IP-address of machine `D`.
197197

198198
Now run the same command on machines `B` and `C` to connect corresponding nodes with the same `cardano-tracer` working on machine `D`.
199199

@@ -251,7 +251,7 @@ There is another way to connect `cardano-tracer` to your nodes: the `cardano-tra
251251

252252
As you see, the tag in `network` field is `ConnectTo` now, which means that `cardano-tracer` works as a client: it _establishes_ network connections with your local nodes via the local sockets `/tmp/cardano-node-*.sock`. In this case each socket is used by a particular node.
253253

254-
Please use `ConnectTo`-based scenario only if you really need it. Otherwise, it is **highly recommended** to use `AcceptAt`-based scenario. The reason is easier maintainance. Suppose you have 3 working nodes, and they are connected to the same `cardano-tracer`. And then you want to connect 4-th node to it. If `cardano-tracer` is configured using `AcceptAt`, you shouldn't change its configuration - you just connect your 4-th node to it. But if `cardano-tracer` is configured using `ConnectTo`, you should add path to 4-th socket in its configuration file and then restart `cardano-tracer` process.
254+
Please use `ConnectTo`-based scenario only if you really need it. Otherwise, it is **highly recommended** to use `AcceptAt`-based scenario. The reason is easier maintenance. Suppose you have 3 working nodes, and they are connected to the same `cardano-tracer`. And then you want to connect 4-th node to it. If `cardano-tracer` is configured using `AcceptAt`, you shouldn't change its configuration - you just connect your 4-th node to it. But if `cardano-tracer` is configured using `ConnectTo`, you should add path to 4-th socket in its configuration file and then restart `cardano-tracer` process.
255255

256256
## Network Magic
257257

0 commit comments

Comments
 (0)