Skip to content

Commit 20e25a6

Browse files
committed
archive: Fix typo
1 parent a251eeb commit 20e25a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive/pack.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func Pack(w io.Writer, format Format, files ...File) error {
1313
case TAR:
1414
return packTar(w, files...)
1515
default:
16-
return errors.New("unknow format")
16+
return errors.New("unknown format")
1717
}
1818
}
1919

0 commit comments

Comments
 (0)