Tweak some error messages/comments.

This commit is contained in:
nicm
2015-09-01 19:50:09 +00:00
parent 66a2720c56
commit 93b946ee50
3 changed files with 2 additions and 3 deletions

View File

@ -878,7 +878,7 @@ input_parse(struct window_pane *wp)
}
if (itr->first == -1 || itr->last == -1) {
/* No transition? Eh? */
fatalx("No transition from state!");
fatalx("no transition from state");
}
/*