misspell fix

This commit is contained in:
Adrien Marquès 2018-07-08 19:18:38 +02:00
parent bce8bf5677
commit a555356cd8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
// path<string> The path to the configuration
//
// @return<controller> The parsed configuration root controller
// @return<err> The error if occured
// @return<err> The error if occurred
//
func Load(path string) (*Controller, error) {