about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorWilliam Wennerström <william@wstrm.dev>2020-06-28 15:46:31 +0200
committerWilliam Wennerström <william@wstrm.dev>2020-11-16 21:58:08 +0100
commit362c6973de1182554d33936403794d9aa5efe093 (patch)
tree54cd347953518b054302518e2304c51f81993f0a /src/command
parent04bfa23ead26801728e0e7f2dfb5100556cefe66 (diff)
downloadprofani-tty-362c6973de1182554d33936403794d9aa5efe093.tar.gz
Wording
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_funcs.c4
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);