comparison src/fileio.c @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents 94bbd4792049
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
609 609
610 In addition, this function makes an attempt to choose a name that 610 In addition, this function makes an attempt to choose a name that
611 does not specify an existing file. To make this work, PREFIX should 611 does not specify an existing file. To make this work, PREFIX should
612 be an absolute file name. 612 be an absolute file name.
613 613
614 This function is analagous to mktemp(3) under POSIX, and as with it, there 614 This function is analogous to mktemp(3) under POSIX, and as with it, there
615 exists a race condition between the test for the existence of the new file 615 exists a race condition between the test for the existence of the new file
616 and its creation. See `make-temp-file' for a function which avoids this 616 and its creation. See `make-temp-file' for a function which avoids this
617 race condition by specifying the appropriate flags to `write-region'. 617 race condition by specifying the appropriate flags to `write-region'.
618 */ 618 */
619 (prefix)) 619 (prefix))