Skip to content

Commit afd6e0b

Browse files
authored
Fix all FirebaseAppDistribution typos (#13750)
1 parent 020d6af commit afd6e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAppDistribution/Sources/FIRFADApiService.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ + (NSArray *)handleReleaseResponse:(NSData *)data
107107
response:(NSURLResponse *)response
108108
error:(NSError **_Nullable)error {
109109
NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response;
110-
FIRFADInfoLog(@"HTTPResonse status code %ld response %@", (long)[httpResponse statusCode],
110+
FIRFADInfoLog(@"HTTPResponse status code %ld response %@", (long)[httpResponse statusCode],
111111
httpResponse);
112112

113113
if ([self handleHttpResponseError:httpResponse error:error]) {

0 commit comments

Comments
 (0)