File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
FirebaseRemoteConfig/Tests/Unit Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ - (void)testRegistersAsLibrary {
116
116
XCTAssertEqual (provider, sameProvider);
117
117
XCTAssertEqual (interop, sameInterop);
118
118
119
- // Dynamic typing, both prototols are refering to the same component instance
119
+ // Dynamic typing, both prototols are referring to the same component instance
120
120
id providerID = provider;
121
121
id interopID = interop;
122
122
XCTAssertEqualObjects (providerID, interopID);
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ - (void)testCheckAndWaitForInitialDatabaseLoad {
326
326
327
327
// Check that no one of first three calls of `-checkAndWaitForInitialDatabaseLoad` do not produce
328
328
// timeout error <end>.
329
- // This make us sure that there no threads "stucked " on `-checkAndWaitForInitialDatabaseLoad`.
329
+ // This make us sure that there no threads "stuck " on `-checkAndWaitForInitialDatabaseLoad`.
330
330
[self waitForExpectationsWithTimeout: 0.5 * kDatabaseLoadTimeoutSecs handler: nil ];
331
331
}
332
332
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ - (void)mockInstanceIDMethodForTokenAndIdentity:(nullable NSString *)token
182
182
tokenError : (nullable NSError *)tokenError
183
183
identity : (nullable NSString *)identity
184
184
identityError : (nullable NSError *)identityError {
185
- // Mock the installations retreival method.
185
+ // Mock the installations retrieval method.
186
186
_installationsMock = OCMClassMock ([FIRInstallations class ]);
187
187
188
188
id installationIDCompletionArg =
You can’t perform that action at this time.
0 commit comments