mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
Fix typos (#8548)
This commit is contained in:

committed by
GitHub

parent
c71a1c2411
commit
0c2f9d5950
@ -45,7 +45,7 @@ func testOneFile(f string, t *testing.T) {
|
||||
}
|
||||
|
||||
if !bytes.Equal(vcsData, embdData) {
|
||||
t.Errorf("asset %s: vcs and embedded data isnt equal", f)
|
||||
t.Errorf("asset %s: vcs and embedded data isn't equal", f)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user