From 72ea0e7ee69d459ff991f8417be648e4494fa8c1 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 17 Mar 2009 20:33:32 +0100 Subject: [PATCH 1/1] Cosmetics. --- selector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selector.cc b/selector.cc index cfb583e..568da6e 100644 --- a/selector.cc +++ b/selector.cc @@ -390,7 +390,7 @@ void update_screen(int *current_line, int *temporary_line, int motion, int main(int argc, char **argv) { if(!ttyname(STDIN_FILENO)) { - cerr << "Error: the standard input is not a tty." << endl; + cerr << "The standard input is not a tty." << endl; exit(1); } -- 2.20.1