aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/fusermount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index 89ecb2c..46d0b6b 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -544,7 +544,7 @@ static int check_mountpoint_empty(const char *mnt, mode_t rootmode,
struct dirent *ent;
DIR *dp = opendir(mnt);
if (dp == NULL) {
- fprintf(stderr, "%s: failed to mountpoint for reading: %s\n",
+ fprintf(stderr, "%s: failed to open mountpoint for reading: %s\n",
progname, strerror(errno));
return -1;
}