From 1bfa5bff47654213f1d40af64bae0e9e23b4bed4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 28 Nov 2021 15:03:37 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- process.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index cda6fd7..eb89751 100644 --- a/process.c +++ b/process.c @@ -652,7 +652,7 @@ static Bool xauth_modified = False; /* if added, removed, or merged */ static Bool xauth_allowed = True; /* if allowed to write auth file */ static Bool xauth_locked = False; /* if has been locked */ static const char *xauth_filename = NULL; -static volatile Bool dieing = False; +static volatile Bool dying = False; /* poor man's puts(), for under signal handlers, @@ -664,7 +664,7 @@ _X_NORETURN static void die(int sig) { - dieing = True; + dying = True; _exit (auth_finalize ()); /* NOTREACHED */ } @@ -880,7 +880,7 @@ auth_finalize(void) char temp_name[1025]; /* large filename size */ if (xauth_modified) { - if (dieing) { + if (dying) { if (verbose) { /* * called from a signal handler -- printf is *not* reentrant; also -- cgit v1.2.1