diff src/fileio.c @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 0af042a0c116 3889ef128488
children 56144c8593a8
line wrap: on
line diff
--- a/src/fileio.c	Thu Mar 17 23:42:59 2011 +0100
+++ b/src/fileio.c	Tue Mar 29 00:02:47 2011 +0200
@@ -609,7 +609,7 @@
 does not specify an existing file.  To make this work, PREFIX should
 be an absolute file name.
 
-This function is analagous to mktemp(3) under POSIX, and as with it, there
+This function is analogous to mktemp(3) under POSIX, and as with it, there
 exists a race condition between the test for the existence of the new file
 and its creation.  See `make-temp-file' for a function which avoids this
 race condition by specifying the appropriate flags to `write-region'.