Skip to content

Commit

Permalink
Merge pull request harbur#3 from harbur/fix_typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
dgil authored Jun 15, 2016
2 parents 019f849 + 1e30a25 commit a99f886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubebot.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func kubectl(command *bot.Cmd) (msg string, err error) {
func init() {
bot.RegisterCommand(
"kubectl",
"Kuberctl Slack integration",
"Kubectl Slack integration",
"",
kubectl)
}
2 changes: 1 addition & 1 deletion stringutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"strings"
)

// stringToMap splits `s string` using `sep` as seprator and
// stringToMap splits `s string` using `sep` as separator and
// set every word as a key in a new map. The value of
// all keys is set to `true`
func stringToMap(s string, sep string) map[string]bool {
Expand Down

0 comments on commit a99f886

Please sign in to comment.