We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7446b7c commit 2b659abCopy full SHA for 2b659ab
generate_perror/main.go
@@ -136,7 +136,7 @@ func main() {
136
log.Fatalf("Error setting up call to perrror: %s", err)
137
}
138
if err = cmd.Start(); err != nil {
139
- log.Fatalf("Error staring call to perror: %s", err)
+ log.Fatalf("Error starting call to perror: %s", err)
140
141
s := bufio.NewScanner(stdout)
142
r := regexp.MustCompile(`^MySQL error code MY-0*(\d+) \((\w+)\)`)
0 commit comments