Mercurial > dropbear
diff cli-chansession.c @ 594:a98a2138364a
Improve capitalisation for all logged strings
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 23 Feb 2011 15:50:30 +0000 |
parents | 6b9d12477953 |
children | 4a274f47eabd |
line wrap: on
line diff
--- a/cli-chansession.c Wed Feb 23 15:10:31 2011 +0000 +++ b/cli-chansession.c Wed Feb 23 15:50:30 2011 +0000 @@ -308,7 +308,7 @@ /* Set up a window-change handler */ if (signal(SIGWINCH, sigwinch_handler) == SIG_ERR) { - dropbear_exit("signal error"); + dropbear_exit("Signal error"); } TRACE(("leave send_chansess_pty_req")) }