diff options
author | 2002-12-09 00:45:33 +0000 | |
---|---|---|
committer | 2002-12-09 00:45:33 +0000 | |
commit | f986e4fc9b1204c56a7ddda3ffe947a9f7252cc4 (patch) | |
tree | 613eb3ef3cf06229bd0141537a549cd373ac2dc6 /gnu/usr.bin/cvs/src | |
parent | regen (diff) | |
download | wireguard-openbsd-f986e4fc9b1204c56a7ddda3ffe947a9f7252cc4.tar.xz wireguard-openbsd-f986e4fc9b1204c56a7ddda3ffe947a9f7252cc4.zip |
From Andrushock, s/sucess/success/g
Diffstat (limited to 'gnu/usr.bin/cvs/src')
-rw-r--r-- | gnu/usr.bin/cvs/src/filesubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/src/filesubr.c b/gnu/usr.bin/cvs/src/filesubr.c index 28575a35269..6f7dfd08a82 100644 --- a/gnu/usr.bin/cvs/src/filesubr.c +++ b/gnu/usr.bin/cvs/src/filesubr.c @@ -767,7 +767,7 @@ FILE *cvs_temp_file (filename) if (fd == -1) fp = NULL; else if ((fp = CVS_FDOPEN (fd, "w+")) == NULL) { - /* attempt to close and unlink the file since mkstemp returned sucessfully and + /* attempt to close and unlink the file since mkstemp returned successfully and * we believe it's been created and opened */ int save_errno = errno; |