Skip to content

Commit 139831e

Browse files
committed
Typo.
1 parent 0be6652 commit 139831e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func (ctx *ConfigReaderContext) extractPerHostConfigs(configMap map[string]inter
143143
return nil, fmt.Errorf("%s: invalid value for URL (%s) under hosts/%s", ctx.Filename)
144144
}
145145
if url.Path != "" {
146-
return nil, fmt.Errorf("%s: path many not be present: %s", ctx.Filename, _url)
146+
return nil, fmt.Errorf("%s: path may not be present: %s", ctx.Filename, _url)
147147
}
148148
_patterns, ok := __patterns.([]interface{})
149149
if !ok {

0 commit comments

Comments
 (0)