From 223939d95b086ee56b780e34d7abf1fe59afbeb2 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Tue, 1 Nov 2016 19:40:33 +0100 Subject: misc: spelling, always use "cannot" instead of "can not" Just to be consistent ... Signed-off-by: Ruediger Meier --- term-utils/setterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term-utils/setterm.c') diff --git a/term-utils/setterm.c b/term-utils/setterm.c index e2c627a61..f1cdd2407 100644 --- a/term-utils/setterm.c +++ b/term-utils/setterm.c @@ -768,7 +768,7 @@ static void screendump(struct setterm_control *ctl) ctl->opt_sn_name = "screen.dump"; out = fopen(ctl->opt_sn_name, ctl->opt_snap ? "w" : "a"); if (!out) - err(EXIT_DUMPFILE, _("can not open dump file %s for output"), ctl->opt_sn_name); + err(EXIT_DUMPFILE, _("cannot open dump file %s for output"), ctl->opt_sn_name); /* determine snapshot size */ if (read(fd, header, 4) != 4) err(EXIT_DUMPFILE, _("cannot read %s"), ctl->in_device); -- cgit v1.2.3-55-g7522