Skip to content

Commit 47be570

Browse files
image: fix typo in docstring
Signed-off-by: Jonathan Boulle <[email protected]>
1 parent 5043369 commit 47be570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func ValidateLayout(src string, refs []string, out *log.Logger) error {
3434

3535
// Validate walks through the given .tar file and
3636
// validates the manifest pointed to by the given refs
37-
//iiii or returns an error if the validation failed.
37+
// or returns an error if the validation failed.
3838
func Validate(tarFile string, refs []string, out *log.Logger) error {
3939
f, err := os.Open(tarFile)
4040
if err != nil {

0 commit comments

Comments
 (0)