From a1c9c0e2d451511a63c1d93f64b2929430e967ef Mon Sep 17 00:00:00 2001 From: Andre Dublin <81dublin@gmail.com> Date: Fri, 18 Jul 2014 17:08:37 -0400 Subject: [PATCH] spelling Signed-off-by: Andre Dublin <81dublin@gmail.com> --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 17ba45c..80d2ed8 100644 --- a/context.go +++ b/context.go @@ -182,7 +182,7 @@ func (c *Context) MustGet(key string) interface{} { } /************************************/ -/******** ENCOGING MANAGEMENT********/ +/******** ENCODING MANAGEMENT********/ /************************************/ // This function checks the Content-Type to select a binding engine automatically,