From 91d2aba6364ec6685411595ccafea69fe9d20d6c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 23 Jul 2020 09:26:21 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- launchd/privileged_startx/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launchd') diff --git a/launchd/privileged_startx/server.c b/launchd/privileged_startx/server.c index a93cae3..005758d 100644 --- a/launchd/privileged_startx/server.c +++ b/launchd/privileged_startx/server.c @@ -137,7 +137,7 @@ int server_main(const char *dir) { } if (launch_data_get_type(config) == LAUNCH_DATA_ERRNO) { - asl_log(NULL, NULL, ASL_LEVEL_ERR, "launchd checkin failed eith error: %d %s", launch_data_get_errno(config), strerror(launch_data_get_errno(config))); + asl_log(NULL, NULL, ASL_LEVEL_ERR, "launchd checkin failed with error: %d %s", launch_data_get_errno(config), strerror(launch_data_get_errno(config))); exit(EXIT_FAILURE); } -- cgit v1.2.3