Skip to content

Commit c17e0db

Browse files
committed
fix typo
1 parent 06a4476 commit c17e0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nudge/UI/Main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
156156
return .terminateNow
157157
} else {
158158
if (CommandLineUtilities().simulateOSVersion() != nil) || (CommandLineUtilities().simulateHardwareID() != nil) {
159-
LogManager.warning("Attempt to exit Nudge was allow due to simulation arguments.", logger: uiLog)
159+
LogManager.warning("Attempt to exit Nudge was allowed due to simulation arguments.", logger: uiLog)
160160
return .terminateNow
161161
}
162162
// Log the attempt to exit the application if it should not exit yet

0 commit comments

Comments
 (0)