Fix typo.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 28 Feb 2019 20:07:29 +0000 (15:07 -0500)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Thu, 28 Feb 2019 20:07:29 +0000 (15:07 -0500)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

lib/dispatchcloud/node_size.go

index d7f4585619417904a1125bc05d54d58499199179..6fb46b5f46f9d36c2500ee759cee1a3ec19c59f0 100644 (file)
@@ -46,7 +46,7 @@ func estimateDockerImageSize(collectionPDH string) int64 {
        // the size of the manifest.
        //
        // Use the following heuristic:
-       // - Start with the length of the mainfest (n)
+       // - Start with the length of the manifest (n)
        // - Subtract 80 characters for the filename and file segment
        // - Divide by 42 to get the number of block identifiers ('hash\+size\ ' is 32+1+8+1)
        // - Assume each block is full, multiply by 64 MiB