From b5c44bc4393e2c09bd4ba6baa34891bb5ede320d Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 22 Jan 2018 13:15:24 -0800 Subject: Fixing spelling error in FIRStorageErrors --- Firebase/Storage/FIRStorageErrors.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firebase/Storage') diff --git a/Firebase/Storage/FIRStorageErrors.m b/Firebase/Storage/FIRStorageErrors.m index dd5c903..ecfae02 100644 --- a/Firebase/Storage/FIRStorageErrors.m +++ b/Firebase/Storage/FIRStorageErrors.m @@ -63,7 +63,7 @@ NSString *totalString = total ? @(total).stringValue : @"unknown"; NSString *sizeString = total ? @(size).stringValue : @"unknown"; NSString *const kSizeExceededErrorFormat = - @"Attempeted to download object with size of %@ bytes, " + @"Attempted to download object with size of %@ bytes, " @"which exceeds the maximum size of %@ bytes. " @"Consider raising the maximum download size, or using " @"[FIRStorageReference writeToFile:]"; -- cgit v1.2.3