X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bc9845761c44beecdd046620694f6d88af0e32fd..cc3857d9fdcd7588af329a9b2452e0ef09eb68a4:/sdk/go/manifest/manifest.go diff --git a/sdk/go/manifest/manifest.go b/sdk/go/manifest/manifest.go index cf0ae85c57..22b1c974e6 100644 --- a/sdk/go/manifest/manifest.go +++ b/sdk/go/manifest/manifest.go @@ -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. //