diff options
author | William Wennerström <william@wstrm.dev> | 2020-06-28 15:46:31 +0200 |
---|---|---|
committer | William Wennerström <william@wstrm.dev> | 2020-11-16 21:58:08 +0100 |
commit | 362c6973de1182554d33936403794d9aa5efe093 (patch) | |
tree | 54cd347953518b054302518e2304c51f81993f0a /src | |
parent | 04bfa23ead26801728e0e7f2dfb5100556cefe66 (diff) | |
download | profani-tty-362c6973de1182554d33936403794d9aa5efe093.tar.gz |
Wording
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_funcs.c | 4 |
1 files 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); |