Skip to content

Commit

Permalink
I spel reel gud
Browse files Browse the repository at this point in the history
  • Loading branch information
zenazn committed Apr 21, 2014
1 parent e3ab09d commit dce7a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion param/error_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func perr(format string, a ...interface{}) {
}

// Problem exists between keyboard and chair. This function is used in cases of
// programmer error, i.e. an inappripriate use of the param library, to
// programmer error, i.e. an inappropriate use of the param library, to
// immediately force the program to halt with a hopefully helpful error message.
func pebkac(format string, a ...interface{}) {
err := errors.New(errPrefix + fmt.Sprintf(format, a...) + yourFault)
Expand Down

0 comments on commit dce7a18

Please sign in to comment.