From ef3f6124f0b5e8be126999f27f7f299a6bb3fbf6 Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Tue, 14 Jan 2014 13:44:03 -0800 Subject: btrfs-progs: fix minor grammar issues Remove the extraneous `to' from `Can't access to X'. Signed-off-by: Mitchel Humpherys Signed-off-by: David Sterba Signed-off-by: Chris Mason --- cmds-scrub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds-scrub.c') diff --git a/cmds-scrub.c b/cmds-scrub.c index 230a641f..128537b8 100644 --- a/cmds-scrub.c +++ b/cmds-scrub.c @@ -1653,7 +1653,7 @@ static int cmd_scrub_status(int argc, char **argv) fdmnt = open_path_or_dev_mnt(path, &dirstream); if (fdmnt < 0) { - fprintf(stderr, "ERROR: can't access to '%s'\n", path); + fprintf(stderr, "ERROR: can't access '%s'\n", path); return 1; } -- cgit v1.2.3