From a555356cd8581765589fd040cce07077016fddf2 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 8 Jul 2018 19:18:38 +0200 Subject: [PATCH] misspell fix --- config/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/controller.go b/config/controller.go index fd1df86..db38d5e 100644 --- a/config/controller.go +++ b/config/controller.go @@ -13,7 +13,7 @@ import ( // path The path to the configuration // // @return The parsed configuration root controller -// @return The error if occured +// @return The error if occurred // func Load(path string) (*Controller, error) {