aboutsummaryrefslogtreecommitdiffstats
path: root/filetap/file_access.c
diff options
context:
space:
mode:
Diffstat (limited to 'filetap/file_access.c')
-rw-r--r--filetap/file_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filetap/file_access.c b/filetap/file_access.c
index 90bc06bfee..e82905f840 100644
--- a/filetap/file_access.c
+++ b/filetap/file_access.c
@@ -538,7 +538,7 @@ ftap* ftap_open_offline(const char *filename, int *err, char **err_info,
if (use_stdin) {
/*
* We dup FD 0, so that we don't have to worry about
- * a file_close of wfth->fh closing the standard
+ * a file_close of wth->fh closing the standard
* input of the process.
*/
fd = ws_dup(0);