Skip to content

Commit 2b659ab

Browse files
dveedenmjonss
andauthored
Update generate_perror/main.go
Co-authored-by: Mattias Jonsson <[email protected]>
1 parent 7446b7c commit 2b659ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_perror/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func main() {
136136
log.Fatalf("Error setting up call to perrror: %s", err)
137137
}
138138
if err = cmd.Start(); err != nil {
139-
log.Fatalf("Error staring call to perror: %s", err)
139+
log.Fatalf("Error starting call to perror: %s", err)
140140
}
141141
s := bufio.NewScanner(stdout)
142142
r := regexp.MustCompile(`^MySQL error code MY-0*(\d+) \((\w+)\)`)

0 commit comments

Comments
 (0)