Skip to content

Commit f810d7d

Browse files
committed
s3: Fix comment
1 parent 4b79220 commit f810d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mismi-s3/src/Mismi/S3/Commands.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ uploadRecursiveWithMode mode src (Address buck ky) fork = do
504504
uploadAddress fp = Address buck (ky // Key (T.pack $ L.drop prefixLen fp))
505505

506506
-- Take a list of files and their sizes, and convert it to a list of tests
507-
-- where the total size of of the files in the sub list is less than `maxSize`
507+
-- where the total size of the files in the sub list is less than `maxSize`
508508
-- and the length of the sub lists is <= `maxCount`.
509509
chunkFilesBySize :: Int -> Int64 -> [(FilePath, Int64)] -> [[(FilePath, Int64)]]
510510
chunkFilesBySize maxCount maxSize =

0 commit comments

Comments
 (0)