Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix a typo
Signed-off-by: Zou Yu <[email protected]>
  • Loading branch information
zouy414 committed May 7, 2021
commit bac8ae9a6b12b9b744b4886a3fe736315534efee
2 changes: 1 addition & 1 deletion examples/scratch-env/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func runMain() int {
return 1
}

log.Info("Shutdown succesful")
log.Info("Shutdown successful")
return 0
}

Expand Down