diff --git a/builder/dispatchers.go b/builder/dispatchers.go index e479911949f378fa93d98639d614145aced161e4..820ac17e3bce16aeb1969f7da9d91e16da27b0f7 100644 --- a/builder/dispatchers.go +++ b/builder/dispatchers.go @@ -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 }