From 93dfc8b1059f873ad306a3eb5f7d39b4507b9f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 18 Jul 2023 18:50:02 +0200 Subject: [PATCH] core: fix typo in comment --- src/core/wee-doc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-doc.c b/src/core/wee-doc.c index 21e5ce401..d9cf309b8 100644 --- a/src/core/wee-doc.c +++ b/src/core/wee-doc.c @@ -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.