From 11fb7e5b633e7c156292e535f8a2b374bd7e082f Mon Sep 17 00:00:00 2001 From: dante ruiz Date: Mon, 17 Jun 2019 12:16:54 -0700 Subject: [PATCH] fixing typo --- launchers/darwin/src/ProcessScreen.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launchers/darwin/src/ProcessScreen.m b/launchers/darwin/src/ProcessScreen.m index fb1de799da..4aeb8abda1 100644 --- a/launchers/darwin/src/ProcessScreen.m +++ b/launchers/darwin/src/ProcessScreen.m @@ -25,7 +25,7 @@ break; case CHECKING_UPDATE: [self.boldStatus setStringValue:@"Getting updates..."]; - [self.smallStatus setStringValue:@"We're getting the lastest and greatest for you, one sec."]; + [self.smallStatus setStringValue:@"We're getting the latest and greatest for you, one sec."]; break; case RUNNING_INTERFACE_AFTER_UPDATE: [self.boldStatus setStringValue:@"You're good to go!"];