Merge branch 'master' into 9956-keepstore-config
[arvados.git] / sdk / go / manifest / manifest.go
index cf0ae85c5782a8848d234de10d3fce81b6e661cd..22b1c974e634cd8229b645421ecb09480807c000 100644 (file)
@@ -265,7 +265,7 @@ func (m *Manifest) FileSegmentIterByName(filepath string) <-chan *FileSegment {
        return ch
 }
 
-// Blocks may appear mulitple times within the same manifest if they
+// Blocks may appear multiple times within the same manifest if they
 // are used by multiple files. In that case this Iterator will output
 // the same block multiple times.
 //