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 --- support/temp_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/temp_file.c') diff --git a/support/temp_file.c b/support/temp_file.c index 536f238175..74e3861d40 100644 --- a/support/temp_file.c +++ b/support/temp_file.c @@ -249,7 +249,7 @@ support_delete_temp_files (void) pid_t pid = getpid (); while (temp_name_list != NULL) { - /* Only perform the removal if the path was registed in the same + /* Only perform the removal if the path was registered in the same process, as identified by the PID. (This assumes that the parent process which registered the temporary file sticks around, to prevent PID reuse.) */ -- cgit 1.4.1