Fix various typos (#835)

This commit is contained in:
Johan Van de Wauw
2022-03-09 01:44:08 +01:00
committed by GitHub
parent e178b7b4b2
commit 8fa2a5efe4
9 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ type builtin struct {
globals []*model.Environ
}
// Parse returns a EnvironService based on a string slice where key and value are separated by a ":" delimeter.
// Parse returns a EnvironService based on a string slice where key and value are separated by a ":" delimiter.
func Parse(params []string) model.EnvironService {
var globals []*model.Environ