diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-23 09:26:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-23 09:26:21 -0700 |
commit | 91d2aba6364ec6685411595ccafea69fe9d20d6c (patch) | |
tree | 4b5f5ecc3fdd1b36d2814925606e25dd6f407012 /launchd/privileged_startx | |
parent | 4f54d1843a780a71c3be0b56fe2ad2ddfcbaf928 (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'launchd/privileged_startx')
-rw-r--r-- | launchd/privileged_startx/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |