From 362c6973de1182554d33936403794d9aa5efe093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Wennerstr=C3=B6m?= Date: Sun, 28 Jun 2020 15:46:31 +0200 Subject: [PATCH] Wording --- src/command/cmd_funcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index 6dcb591f..55bef3d1 100644 --- a/src/command/cmd_funcs.c +++ b/src/command/cmd_funcs.c @@ -4872,8 +4872,8 @@ cmd_sendfile(ProfWin* window, const char* const command, gchar** args) } FILE *tmpfh = fdopen(tmpfd, "wb"); - // The temporary ciphertext file should be removed upon closure - // later. + // The temporary ciphertext file should be removed after it has + // been closed. remove(tmpname); free(tmpname);