We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a4476 commit c17e0dbCopy full SHA for c17e0db
Nudge/UI/Main.swift
@@ -156,7 +156,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
156
return .terminateNow
157
} else {
158
if (CommandLineUtilities().simulateOSVersion() != nil) || (CommandLineUtilities().simulateHardwareID() != nil) {
159
- LogManager.warning("Attempt to exit Nudge was allow due to simulation arguments.", logger: uiLog)
+ LogManager.warning("Attempt to exit Nudge was allowed due to simulation arguments.", logger: uiLog)
160
161
}
162
// Log the attempt to exit the application if it should not exit yet
0 commit comments