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.";