Skip to content

Commit 64ed665

Browse files
authored
Merge pull request #6339 from russcoss/master
chore: fix some typos
2 parents 0f6b522 + 8ae5937 commit 64ed665

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

trace-dispatcher/doc/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TraceOptions:
99
- EKGBackend
1010
- Forwarder
1111

12-
# More interesing tracers
12+
# More interesting tracers
1313

1414
ChainDB:
1515
severity: Info

trace-dispatcher/src/Cardano/Logging/DocuGenerator.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ documentTracer' hook tracer = do
9191
tr' <- hook tracer
9292
documentTracer tr'
9393

94-
-- This fuction calls document tracers and returns a DocTracer result
94+
-- This function calls document tracers and returns a DocTracer result
9595
documentTracer :: forall a.
9696
MetaTrace a
9797
=> Trace IO a
@@ -286,7 +286,7 @@ documentTracer tracer = do
286286

287287

288288

289-
-- | Calls the tracers in a documetation control mode,
289+
-- | Calls the tracers in a documentation control mode,
290290
-- and returns a DocCollector, from which the documentation gets generated
291291
documentTracersRun :: forall a. MetaTrace a => [Trace IO a] -> IO DocCollector
292292
documentTracersRun tracers = do

trace-dispatcher/test/Cardano/Logging/Test/Unit/DataPoint.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ instance MetaTrace BaseStats where
3737
privacyFor (Namespace _ ["BaseStats"]) _ = Just Public
3838
documentFor (Namespace _ ["BaseStats"]) = Just "Basic statistics"
3939
metricsDocFor (Namespace _ ["BaseStats"]) =
40-
[ ("measure", "This is the value of a single measurment")
41-
, ("sum", "This is the sum of all measurments")]
40+
[ ("measure", "This is the value of a single measurement")
41+
, ("sum", "This is the sum of all measurements")]
4242
allNamespaces = [Namespace [] ["BaseStats"]]
4343

4444
instance A.ToJSON BaseStats where

0 commit comments

Comments
 (0)