From 5c4f271211512bd3e7b31bf83e5c9bd326c5a784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Nicklisch-Franken?= Date: Fri, 13 Dec 2024 22:33:22 +0100 Subject: [PATCH] cardano-node: fix typos --- cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs b/cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs index 2c655353df2..696c710fdcc 100644 --- a/cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs +++ b/cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs @@ -749,7 +749,7 @@ instance MetaTrace (ChainDB.TraceAddBlockEvent blk) where , "counter for forks" ) , ( "tipBlock" - , "Hash vallues for tipBlockHash, tipBlockParentHash and tipBlockIssuerVkHashText" + , "Values for hash, parent hash and issuer verification key hash" ) ] @@ -776,7 +776,7 @@ instance MetaTrace (ChainDB.TraceAddBlockEvent blk) where , "In which epoch is the tip of the current chain." ) , ( "tipBlock" - , "Hash vallues for tipBlockHash, tipBlockParentHash and tipBlockIssuerVkHashText" + , "Values for hash, parent hash and issuer verification key hash" ) ] metricsDocFor _ = []