1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +02:00

Spelling fixes (#717)

This commit is contained in:
Ville Skyttä
2021-11-09 22:02:24 +02:00
committed by GitHub
parent 0680c75f99
commit f1f0056a90
5 changed files with 18 additions and 18 deletions

View File

@@ -113,7 +113,7 @@ func NewAnalyzer(conf Config, tests bool, excludeGenerated bool, logger *log.Log
}
}
// SetConfig upates the analyzer configuration
// SetConfig updates the analyzer configuration
func (gosec *Analyzer) SetConfig(conf Config) {
gosec.config = conf
}