misspell (#632)
* Update tomlloader.go fix misspelling * Update packages.go fix misspelling * Update scanresults.go fix misspelling
This commit is contained in:
committed by
Kota Kanbe
parent
d6a7e65e4c
commit
308a93dc72
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user