* Update tomlloader.go

fix misspelling

* Update packages.go

fix misspelling

* Update scanresults.go

fix misspelling
This commit is contained in:
Cyrille Hemidy
2018-04-27 08:52:16 +02:00
committed by Kota Kanbe
parent d6a7e65e4c
commit 308a93dc72
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ import (
type TOMLLoader struct {
}
// Load load the configuraiton TOML file specified by path arg.
// Load load the configuration TOML file specified by path arg.
func (c TOMLLoader) Load(pathToToml, keyPass string) error {
if Conf.Debug {
log.SetLevel(log.DebugLevel)