diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-05-04 11:26:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-04 11:26:17 +0200 |
commit | f8e2f4d6a0c6bcb5a03abe580d657b932cdb9798 (patch) | |
tree | 1599b9662a23b452a627d7d76400b4add0260157 /src/basic | |
parent | 1ed7ebcfcaa952441565c1c8c43084add1f58a89 (diff) |
treewide: fix typos (#3187)
Diffstat (limited to 'src/basic')
-rw-r--r-- | src/basic/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/fileio.c b/src/basic/fileio.c index 2a9b6e46ad..29f5374222 100644 --- a/src/basic/fileio.c +++ b/src/basic/fileio.c @@ -1337,7 +1337,7 @@ int link_tmpfile(int fd, const char *path, const char *target) { * created with O_TMPFILE is assumed, and linkat() is used. Otherwise it is assumed O_TMPFILE is not supported * on the directory, and renameat2() is used instead. * - * Note that in both cases we will not replace existing files. This is because linkat() dos not support this + * Note that in both cases we will not replace existing files. This is because linkat() does not support this * operation currently (renameat2() does), and there is no nice way to emulate this. */ if (path) { |