From 88675c63808c7b2a2f1f3dcf30a29ea424541805 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Tue, 29 Oct 2024 11:23:54 +0100 Subject: [PATCH] fix(runner.go): spelling --- internal/runner/runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/runner/runner.go b/internal/runner/runner.go index 1405527..ffeebb3 100644 --- a/internal/runner/runner.go +++ b/internal/runner/runner.go @@ -116,7 +116,7 @@ func (r Runner) RunTestsOnce() []error { func (r Runner) RunTestsInLoop() { for { - // We ignore the return value here since we rely on the emiiters + // We ignore the return value here since we rely on the emitters // to report that the measurement failed. We want to continue // even when there is an error. _ = r.RunTestsOnce()