Browse Source

Merge pull request #12244 from calavera/fix_typo_in_dispatcher

Fix typo in builder/dispatchers.go
Alexander Morozov 10 years ago
parent
commit
6fb8bd0450
1 changed files with 1 additions and 1 deletions
  1. 1 1
      builder/dispatchers.go

+ 1 - 1
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
 		}