Skip to content

Commit

Permalink
Fixed spelling error in builder/dockerfile/parser/parser.go
Browse files Browse the repository at this point in the history
Signed-off-by: Tiffany Jernigan <[email protected]>
  • Loading branch information
tiffanyfay committed Jun 9, 2016
1 parent 30bbf18 commit a07c57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/dockerfile/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit a07c57f

Please sign in to comment.