1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

core: fix typo in comment

This commit is contained in:
Sébastien Helleu
2023-07-18 18:50:02 +02:00
parent 874a24956c
commit 93dfc8b105
+1 -1
View File
@@ -144,7 +144,7 @@ doc_gen_open_file (const char *path, const char *doc, const char *name,
/*
* Closes the file and renames it without ".temp" suffix, if the target name
* does not exist of if it exists with a different (obsolete) content.
* does not exist or if it exists with a different (obsolete) content.
*
* If the target name exists with same content it's kept as-is (so the
* timestamp does not change) and the temporary file is just deleted.