diff --git a/bench/cardano-topology/app/cardano-topology.hs b/bench/cardano-topology/app/cardano-topology.hs index 5945f4c1e1b..cb4bded7889 100644 --- a/bench/cardano-topology/app/cardano-topology.hs +++ b/bench/cardano-topology/app/cardano-topology.hs @@ -36,7 +36,7 @@ main = do -------------------------------------------------------------------------------- -- | Locations from the CLI are parsed first using the "legacy mode" for --- backward compatiblity, in this mode locations have a default AWS region that +-- backward compatibility, in this mode locations have a default AWS region that -- are the ones cardano-ops is using. The new format is either "loopback" or a -- supported AWS Region. cliLocation :: String -> Either String Topo.Location diff --git a/bench/locli/src/Cardano/Analysis/API/Chain.hs b/bench/locli/src/Cardano/Analysis/API/Chain.hs index e15de28c001..cadb2d3da0e 100644 --- a/bench/locli/src/Cardano/Analysis/API/Chain.hs +++ b/bench/locli/src/Cardano/Analysis/API/Chain.hs @@ -12,7 +12,7 @@ import Cardano.Analysis.API.Context import Cardano.Analysis.API.Ground --- | A pretty obvious (and dangerously assumptious) interpretation of an absolute slot number. +-- | A pretty obvious (and dangerously assumptions) interpretation of an absolute slot number. -- This is wrong, if you consider the reasons why epochLength can change. unsafeParseSlot :: Genesis -> SlotNo -> (EpochNo, EpochSlot) unsafeParseSlot Genesis{..} slot = (EpochNo epoch, EpochSlot epochSlot) diff --git a/bench/locli/src/Cardano/Command.hs b/bench/locli/src/Cardano/Command.hs index b2fedfb5b2f..18cf18c31d4 100644 --- a/bench/locli/src/Cardano/Command.hs +++ b/bench/locli/src/Cardano/Command.hs @@ -735,7 +735,7 @@ runChainCommand s@State{sMultiClusterPerf=Just (MultiClusterPerf perf)} & firstExceptT (CommandError c) pure s runChainCommand _ c@RenderMultiClusterPerf{} = missingCommandData c - ["multi-run cluster preformance stats"] + ["multi-run cluster performance stats"] runChainCommand s c@ComputeSummary = do progress "summary" (Q "summarising a run") diff --git a/bench/tx-generator/src/Cardano/TxGenerator/Genesis.hs b/bench/tx-generator/src/Cardano/TxGenerator/Genesis.hs index 96499447dc8..1f1573ed9f9 100644 --- a/bench/tx-generator/src/Cardano/TxGenerator/Genesis.hs +++ b/bench/tx-generator/src/Cardano/TxGenerator/Genesis.hs @@ -7,7 +7,7 @@ {- HLINT ignore "Use map" -} -- | This module provides means to secure funds that are given in genesis. --- To secure a fund, the key locking the transaction ouput in genesis has to be provided. +-- To secure a fund, the key locking the transaction output in genesis has to be provided. module Cardano.TxGenerator.Genesis ( genesisInitialFunds , genesisInitialFundForKey diff --git a/bench/tx-generator/src/Cardano/TxGenerator/Tx.hs b/bench/tx-generator/src/Cardano/TxGenerator/Tx.hs index 899d045f5a7..31d01ee2d05 100644 --- a/bench/tx-generator/src/Cardano/TxGenerator/Tx.hs +++ b/bench/tx-generator/src/Cardano/TxGenerator/Tx.hs @@ -29,7 +29,7 @@ type CreateAndStore m era = Lovelace -> (TxOut CtxTx era, TxIx -> TxId -- | 'CreateAndStoreList' is meant to represent building a transaction -- and presenting a function to carry out the needed side effects. -- This type alias is also only used in "Cardano.Benchmarking.Wallet". --- The @split@ parameter seems to actualy be used for not much more +-- The @split@ parameter seems to actually be used for not much more -- than lists and records containing lists. type CreateAndStoreList m era split = split -> ([TxOut CtxTx era], TxId -> m ()) diff --git a/cardano-tracer/docs/cardano-tracer.md b/cardano-tracer/docs/cardano-tracer.md index eafc58af9e2..196f774f0dc 100644 --- a/cardano-tracer/docs/cardano-tracer.md +++ b/cardano-tracer/docs/cardano-tracer.md @@ -186,7 +186,7 @@ where: - `/tmp/forwarder.sock` is a path to the local socket on machine `A` _and_ a path to the local socket on machine `D`, - `john` is a user name you use to login on machine `D`, -- `109.75.33.121` is an IP-adress of machine `D`. +- `109.75.33.121` is an IP-address of machine `D`. Now run the same command on machines `B` and `C` to connect corresponding nodes with the same `cardano-tracer` working on machine `D`. @@ -244,7 +244,7 @@ There is another way to connect `cardano-tracer` to your nodes: the `cardano-tra 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. -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. +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. ## Network Magic