Skip to content

Commit 6fb8bd0

Browse files
committed
Merge pull request moby#12244 from calavera/fix_typo_in_dispatcher
Fix typo in builder/dispatchers.go
2 parents b02cf52 + bbdf045 commit 6fb8bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/dispatchers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func from(b *Builder, args []string, attributes map[string]bool, original string
171171
}
172172

173173
// note that the top level err will still be !nil here if IsNotExist is
174-
// not the error. This approach just simplifies hte logic a bit.
174+
// not the error. This approach just simplifies the logic a bit.
175175
if err != nil {
176176
return err
177177
}

0 commit comments

Comments
 (0)