diff --git a/Package.swift b/Package.swift index d77f6959..932320cb 100644 --- a/Package.swift +++ b/Package.swift @@ -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", diff --git a/Sources/Remote Logging/Crash Logging/CrashLogging.swift b/Sources/Remote Logging/Crash Logging/CrashLogging.swift index 2e22d302..ce4372ed 100644 --- a/Sources/Remote Logging/Crash Logging/CrashLogging.swift +++ b/Sources/Remote Logging/Crash Logging/CrashLogging.swift @@ -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() {