Skip to content

Commit

Permalink
fix: a typo in a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Oct 1, 2024
1 parent 9e7fbce commit 819857b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAppDistribution/Sources/FIRFADApiService.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ + (NSArray *)handleReleaseResponse:(NSData *)data
response:(NSURLResponse *)response
error:(NSError **_Nullable)error {
NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response;
FIRFADInfoLog(@"HTTPResonse status code %ld response %@", (long)[httpResponse statusCode],
FIRFADInfoLog(@"HTTPResponse status code %ld response %@", (long)[httpResponse statusCode],
httpResponse);

if ([self handleHttpResponseError:httpResponse error:error]) {
Expand Down

0 comments on commit 819857b

Please sign in to comment.