Skip to content

Commit 4046281

Browse files
authored
Typo fixed (#8656)
1 parent edbd012 commit 4046281

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Crashlytics/Crashlytics/Controllers/FIRCLSExistingReportManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ - (void)sendUnsentReportsWithToken:(FIRCLSDataCollectionToken *)dataCollectionTo
163163
}
164164
}];
165165

166-
// Because this could happen quite a bit after the inital set of files was
166+
// Because this could happen quite a bit after the initial set of files was
167167
// captured, some could be completed (deleted). So, just double-check to make sure
168168
// the file still exists.
169169
[self.operationQueue addOperationWithBlock:^{

Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ - (instancetype)initWithManagerData:(FIRCLSManagerData *)managerData {
6767
#pragma mark - Packaging and Submission
6868

6969
/*
70-
* For a crash report, this is the inital code path for uploading. A report
70+
* For a crash report, this is the initial code path for uploading. A report
7171
* will not repeat this code path after it's happened because this code path
7272
* will move the report from the "active" folder into "processing" and then
7373
* "prepared". Once in prepared, the report can be re-uploaded any number of times

FirebaseDynamicLinks/Tests/Unit/FDLURLComponentsTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ - (void)testAnalyticsParamsFactoryWithParamsReturnsInstanceOfCorrectClass {
110110
XCTAssertTrue([returnValue isKindOfClass:[FIRDynamicLinkGoogleAnalyticsParameters class]]);
111111
}
112112

113-
- (void)testAnalyticsParamsFactoryWithParamsReturnsInstanceWithCorrectInitalPropertyValues {
113+
- (void)testAnalyticsParamsFactoryWithParamsReturnsInstanceWithCorrectInitialPropertyValues {
114114
FIRDynamicLinkGoogleAnalyticsParameters *params =
115115
[FIRDynamicLinkGoogleAnalyticsParameters parametersWithSource:@"s" medium:@"m" campaign:@"c"];
116116

FirebaseRemoteConfig/Sources/RCNConfigContent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef NS_ENUM(NSInteger, RCNDBSource) {
4343
/// Designated initializer;
4444
- (instancetype)initWithDBManager:(RCNConfigDBManager *)DBManager NS_DESIGNATED_INITIALIZER;
4545

46-
/// Returns true if initalization succeeded.
46+
/// Returns true if initailization succeeded.
4747
- (BOOL)initializationSuccessful;
4848

4949
/// Update config content from fetch response in JSON format.

0 commit comments

Comments
 (0)