DEV: Fix random typos (#20937)

This commit is contained in:
Jarek Radosz
2023-04-03 19:27:32 +02:00
committed by GitHub
parent 6142c50915
commit 29e2e3ff3b
9 changed files with 18 additions and 18 deletions

View File

@ -82,7 +82,7 @@ class UploadCreator
# in S3
#
# FIXME: I've added a bunch of external_upload_too_big checks littered
# throughout the UploadCreator code. It would be better to have two seperate
# throughout the UploadCreator code. It would be better to have two separate
# classes with shared methods, rather than doing all these checks all over the
# place. Needs a refactor.
external_upload_too_big = @opts[:external_upload_too_big]