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-device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmds-device.c') diff --git a/cmds-device.c b/cmds-device.c index 5be83300..0b1dc90b 100644 --- a/cmds-device.c +++ b/cmds-device.c @@ -85,7 +85,7 @@ static int cmd_add_dev(int argc, char **argv) fdmnt = open_file_or_dir(mntpnt, &dirstream); if (fdmnt < 0) { - fprintf(stderr, "ERROR: can't access to '%s'\n", mntpnt); + fprintf(stderr, "ERROR: can't access '%s'\n", mntpnt); return 1; } @@ -152,7 +152,7 @@ static int cmd_rm_dev(int argc, char **argv) fdmnt = open_file_or_dir(mntpnt, &dirstream); if (fdmnt < 0) { - fprintf(stderr, "ERROR: can't access to '%s'\n", mntpnt); + fprintf(stderr, "ERROR: can't access '%s'\n", mntpnt); return 1; } -- cgit v1.2.3