Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
]
),

// This target is seperated out to reduce the number of other
// This target is separated out to reduce the number of other
// dependencies included as part of the other targets.
.library(
name: "AutomatticEncryptedLogs",
Expand Down
2 changes: 1 addition & 1 deletion Sources/Remote Logging/Crash Logging/CrashLogging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ extension CrashLogging {
/// Causes the Crash Logging System to refresh its knowledge about the current state of the system.
///
/// This is required in situations like login / logout, when the system otherwise might not
/// know a change has occured.
/// know a change has occurred.
///
/// Calling this method in these situations prevents
public func setNeedsDataRefresh() {
Expand Down