Skip to content

Commit 5226a2f

Browse files
Fix another typo
Co-authored-by: Ryan William O'Hara <[email protected]>
1 parent e88e86c commit 5226a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fake-agent/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func run(opts CommandRequest) {
8181
}
8282
// Ignore the 413 as a thing. This is just a handy code to pick to trigger us to start misbehaving
8383
if resp.StatusCode == http.StatusRequestEntityTooLarge {
84-
fmt.Println("fake circleci-agent staring to misbehave")
84+
fmt.Println("fake circleci-agent starting to misbehave")
8585
launchChildAndMisbehave(opts)
8686
panic("shouldn't get here in a test")
8787
}

0 commit comments

Comments
 (0)