Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Lazar Cvetković <[email protected]>
  • Loading branch information
cvetkovic committed Nov 25, 2024
1 parent 6a65a82 commit 2a8c9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/trace_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a8c9f1

Please sign in to comment.