From 5777f53d043105680d1f452848441cf4ec344816 Mon Sep 17 00:00:00 2001 From: viktor-kurchenko Date: Mon, 22 Apr 2024 21:30:49 +0300 Subject: [PATCH] fix: typo fix Signed-off-by: viktor-kurchenko --- connectivity/check/logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity/check/logging.go b/connectivity/check/logging.go index a7a52f5d62..92d786e15a 100644 --- a/connectivity/check/logging.go +++ b/connectivity/check/logging.go @@ -64,7 +64,7 @@ func (ct *ConnectivityTest) Headerf(format string, a ...interface{}) { fmt.Fprintf(ct.params.Writer, "\n"+format+"\n", a...) } -// Timestamps logs the current timestamp. +// Timestamp logs the current timestamp. func (ct *ConnectivityTest) Timestamp() { if ct.timestamp() { fmt.Fprint(ct.params.Writer, timestamp())