Fixed typos across fission repo (#1832)

Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com>
This commit is contained in:
Gaurav Gahlot
2020-10-16 17:25:11 +05:30
committed by GitHub
co-authored by Vishal
parent 6e3c42f238
commit fca0a60e5b
49 changed files with 157 additions and 172 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ func TestS3StorageService(t *testing.T) {
}
// This is to ensure container is up. Just getting minioClient
// isn't suffcient to assume container is up.
// isn't sufficient to assume container is up.
_, err = minioClient.ListBuckets()
if err != nil {
return err
@@ -148,7 +148,7 @@ func TestS3StorageService(t *testing.T) {
time.Sleep(10 * time.Second)
// Retrive file trhough minioClient
// Retrive file through minioClient
reader, err := minioClient.GetObject(bucketName, fileID, minio.GetObjectOptions{})
panicIf(err)
defer reader.Close()