From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- nscd/nscd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd/nscd.c') diff --git a/nscd/nscd.c b/nscd/nscd.c index 424106421f..eb79136b0f 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -600,7 +600,7 @@ check_pid (const char *file) /* If we cannot parse the file default to assuming nscd runs. If the PID is alive, assume it is running. That all unless - the PID is the same as the current process' since tha latter + the PID is the same as the current process' since the latter can mean we re-exec. */ if ((n != 1 || kill (pid, 0) == 0) && pid != getpid ()) return 1; -- cgit 1.4.1