diff --git a/cmd/swarm/upload_test.go b/cmd/swarm/upload_test.go index 11a1c3b85f..c3199dadc6 100644 --- a/cmd/swarm/upload_test.go +++ b/cmd/swarm/upload_test.go @@ -347,7 +347,7 @@ func testCLISwarmUpDefaultPath(toEncrypt bool, absDefaultPath bool, t *testing.T } if !found { - t.Error("mainfest default entry was not found") + t.Error("manifest default entry was not found") } if entriesCount != 3 {