Cosmetics.
[selector.git] / selector.cc
index cfb583e..568da6e 100644 (file)
@@ -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);
   }