1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix typo in builder/dispatchers.go

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera 2015-04-09 11:43:05 -07:00
parent 92a775bd7a
commit bbdf045ac1

View file

@ -171,7 +171,7 @@ func from(b *Builder, args []string, attributes map[string]bool, original string
}
// note that the top level err will still be !nil here if IsNotExist is
// not the error. This approach just simplifies hte logic a bit.
// not the error. This approach just simplifies the logic a bit.
if err != nil {
return err
}