From 2a8c9f15bc8cabc760c8cbadcf9a77188d37dbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lazar=20Cvetkovi=C4=87?= Date: Mon, 25 Nov 2024 19:33:58 +0100 Subject: [PATCH] Typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lazar Cvetković --- pkg/driver/trace_driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/driver/trace_driver.go b/pkg/driver/trace_driver.go index 700e5ae4..cb259b5c 100644 --- a/pkg/driver/trace_driver.go +++ b/pkg/driver/trace_driver.go @@ -570,7 +570,7 @@ func (d *Driver) RunExperiment(generateSpecs bool, writeIATsToFile bool, readIAT iatFile, _ := os.ReadFile("iat" + strconv.Itoa(i) + ".json") err := json.Unmarshal(iatFile, &spec) if err != nil { - log.Fatalf("Failed tu unmarshal iat file: %s", err) + log.Fatalf("Failed to unmarshal IAT file: %s", err) } d.Configuration.Functions[i].Specification = &spec