From bbdf045ac1dfa8fc78b1c932736fe6400eecdf63 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Thu, 9 Apr 2015 11:43:05 -0700 Subject: [PATCH] Fix typo in builder/dispatchers.go Signed-off-by: David Calavera --- builder/dispatchers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/dispatchers.go b/builder/dispatchers.go index e479911949..820ac17e3b 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 }