]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/temp_file.c
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / support / temp_file.c
index 536f238175e5c35cb9b087a6d7055c0d0c633cc6..74e3861d40d85592722881452f196f5aa25e55ff 100644 (file)
@@ -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.)  */