From dad9dd8f21137145c4d28d0beb8d58eb0474a5e5 Mon Sep 17 00:00:00 2001 From: Patrick Wardle Date: Sun, 31 Mar 2024 19:45:59 -1000 Subject: [PATCH] #75 ...spelling --- Application/Application/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Application/AppDelegate.m b/Application/Application/AppDelegate.m index e3a7f1f..be34975 100644 --- a/Application/Application/AppDelegate.m +++ b/Application/Application/AppDelegate.m @@ -81,7 +81,7 @@ -(void)applicationDidFinishLaunching:(NSNotification *)notification alert.alertStyle = NSAlertStyleInformational; //set main text - alert.messageText = @"Could Not Connect To The BlockBlock Deamon"; + alert.messageText = @"Could Not Connect To The BlockBlock Daemon"; //set informative test alert.informativeText = @"Please ensure that the BlockBlock daemon is currently running.";