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-filesystem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmds-filesystem.c') diff --git a/cmds-filesystem.c b/cmds-filesystem.c index b4ed55b0..384d1b96 100644 --- a/cmds-filesystem.c +++ b/cmds-filesystem.c @@ -232,7 +232,7 @@ static int cmd_df(int argc, char **argv) fd = open_file_or_dir(path, &dirstream); if (fd < 0) { - fprintf(stderr, "ERROR: can't access to '%s'\n", path); + fprintf(stderr, "ERROR: can't access '%s'\n", path); return 1; } ret = get_df(fd, &sargs); @@ -610,7 +610,7 @@ static int cmd_sync(int argc, char **argv) fd = open_file_or_dir(path, &dirstream); if (fd < 0) { - fprintf(stderr, "ERROR: can't access to '%s'\n", path); + fprintf(stderr, "ERROR: can't access '%s'\n", path); return 1; } @@ -879,7 +879,7 @@ static int cmd_resize(int argc, char **argv) fd = open_file_or_dir(path, &dirstream); if (fd < 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