From dce7a18ad6bfd62cc16d714ba46843fb00db34ee Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Mon, 21 Apr 2014 21:15:09 +0200 Subject: [PATCH] I spel reel gud --- param/error_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/param/error_helpers.go b/param/error_helpers.go index 8033c9a..4588e84 100644 --- a/param/error_helpers.go +++ b/param/error_helpers.go @@ -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)