From 14243126c56e7862728fa3089310502433337592 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Mon, 21 Jun 2004 19:38:25 +0000 Subject: [PATCH] Spelling fixes. --- lib/libc/stdio/tmpnam.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 19e7ba82193..7937a0ab6d0 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -190,7 +190,7 @@ The and .Fn tempnam functions are susceptible to a race condition -occuring between the selection of the file name +occurring between the selection of the file name and the creation of the file, which allows malicious users to potentially overwrite arbitrary files in the system,