Skip to content

Commit 32aba50

Browse files
committed
Fix spelling mistake
(cherry picked from commit 759e730)
1 parent e040c6f commit 32aba50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/support.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var supportCmd = &cobra.Command{
8888
defer resp.Body.Close()
8989

9090
if resp.StatusCode < 200 || resp.StatusCode >= 300 {
91-
fmt.Println("An error occured while submitting your request, please file an issue on GitHub (https://github.com/cortexlabs/cortex) or email us at hello@cortex.dev")
91+
fmt.Println("An error occurred while submitting your request, please file an issue on GitHub (https://github.com/cortexlabs/cortex) or email us at hello@cortex.dev")
9292
return
9393
}
9494

0 commit comments

Comments
 (0)