mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #23421 from tiffanyfj/typos
Fixed spelling error in builder/dockerfile/parser/parser.go
This commit is contained in:
commit
04f5ce5152
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ func init() {
|
|||
// ParseLine parse a line and return the remainder.
|
||||
func ParseLine(line string) (string, *Node, error) {
|
||||
|
||||
// Handle the parser directive '# escape=<char>. Parser directives must preceed
|
||||
// Handle the parser directive '# escape=<char>. Parser directives must precede
|
||||
// any builder instruction or other comments, and cannot be repeated.
|
||||
if lookingForDirectives {
|
||||
tecMatch := tokenEscapeCommand.FindStringSubmatch(strings.ToLower(line))
|
||||
|
|
Loading…
Reference in a new issue