diff options
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/util.c b/src/common/util.c index 701256a9ad..6786fd749e 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -1530,8 +1530,8 @@ struct open_file_t { /** Try to start writing to the file in <b>fname</b>, passing the flags * <b>open_flags</b> to the open() syscall, creating the file (if needed) with * access value <b>mode</b>. If the O_APPEND flag is set, we append to the - * original file. Otherwise, we open a new a temporary file in the same - * directory, and either replace the original or remove the temprorary file + * original file. Otherwise, we open a new temporary file in the same + * directory, and either replace the original or remove the temporary file * when we're done. * * Return the fd for the newly opened file, and store working data in |