Skip to content

Commit

Permalink
[NFC] Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jan 12, 2024
1 parent 05f0a1c commit b77b147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void FIRCLSHandler(FIRCLSFile* file, thread_t crashedThread, void* uapVoid) {
FIRCLSHostWriteDiskUsage(file);

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

FIRCLSProcessResumeAllOtherThreads(&process);
Expand Down
2 changes: 1 addition & 1 deletion FirebaseDatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
high precision to be stored correctly in our persistence layer. (#4108)

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

# 6.1.0
- [fixed] Fix Catalyst Build issue. (#3512)
Expand Down
2 changes: 1 addition & 1 deletion FirebasePerformance/Tests/Unit/FPRNetworkTraceTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ - (void)testCheckpointingAgain {
NSDictionary<NSString *, NSNumber *> *states = [trace checkpointStates];
XCTAssertEqual(states.count, 1);

// Validate if the first checkpoint occured before the second checkpoint time.
// Validate if the first checkpoint occurred before the second checkpoint time.
XCTAssertLessThan(firstCheckpointTime, secondCheckpointTime);
// Validate if the time has not changed even after rec checkpointing.
XCTAssertEqual(firstInitiatedTime, secondInitiatedTime);
Expand Down

0 comments on commit b77b147

Please sign in to comment.