spaceship/lib/spaceship/connect_api/models/app_screenshot.rb in fastlane-2.217.0 vs spaceship/lib/spaceship/connect_api/models/app_screenshot.rb in fastlane-2.218.0
- old
+ new
@@ -101,11 +101,11 @@
rescue => error
# Sometimes creating a screenshot with the web session App Store Connect API
# will result in a false failure. The response will return a 503 but the database
# insert will eventually go through.
#
- # When this is observed, we will poll until we find the matchin screenshot that
+ # When this is observed, we will poll until we find the matching screenshot that
# is awaiting for upload and file size
#
# https://github.com/fastlane/fastlane/pull/16842
time = Time.now.to_i
@@ -141,10 +141,10 @@
uploaded: true,
sourceFileChecksum: Digest::MD5.hexdigest(bytes)
}
# Patch screenshot that file upload is complete
- # Catch error if patch retries due to 504. Origal patch
+ # Catch error if patch retries due to 504. Original patch
# may go through by return response as 504.
begin
screenshot = Spaceship::ConnectAPI.patch_app_screenshot(
app_screenshot_id: screenshot.id,
attributes: patch_attributes