Skip to content

Commit 7e21d23

Browse files
authored
[NFC] Fix typos occuredoccurred (#12267)
1 parent 6225805 commit 7e21d23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void FIRCLSHandler(FIRCLSFile* file, thread_t crashedThread, void* uapVoid) {
4242
FIRCLSHostWriteDiskUsage(file);
4343

4444
// This is the first common point where various crash handlers call into
45-
// Store a crash file marker to indicate that a crash has occured
45+
// Store a crash file marker to indicate that a crash has occurred
4646
FIRCLSCreateCrashedMarkerFile();
4747

4848
FIRCLSProcessResumeAllOtherThreads(&process);

FirebaseDatabase/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
high precision to be stored correctly in our persistence layer. (#4108)
8585

8686
# 6.1.1
87-
- [fixed] Fixed an iOS 13 crash that occured in our WebSocket error handling. (#3950)
87+
- [fixed] Fixed an iOS 13 crash that occurred in our WebSocket error handling. (#3950)
8888

8989
# 6.1.0
9090
- [fixed] Fix Catalyst Build issue. (#3512)

FirebasePerformance/Tests/Unit/FPRNetworkTraceTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ - (void)testCheckpointingAgain {
237237
NSDictionary<NSString *, NSNumber *> *states = [trace checkpointStates];
238238
XCTAssertEqual(states.count, 1);
239239

240-
// Validate if the first checkpoint occured before the second checkpoint time.
240+
// Validate if the first checkpoint occurred before the second checkpoint time.
241241
XCTAssertLessThan(firstCheckpointTime, secondCheckpointTime);
242242
// Validate if the time has not changed even after rec checkpointing.
243243
XCTAssertEqual(firstInitiatedTime, secondInitiatedTime);

0 commit comments

Comments
 (0)