Comment typofixes, pt 4

This commit is contained in:
Pasi Kallinen
2015-10-17 18:47:31 +03:00
parent 66dd87454b
commit af1c77808b
45 changed files with 73 additions and 73 deletions

View File

@@ -41,7 +41,7 @@ static void select_offscreen_port(tty_record *record);
return general_failure;
/*
* Simple macro for deciding wether we draw at once or delay
* Simple macro for deciding whether we draw at once or delay
*/
#define DRAW_DIRECT (TA_ALWAYS_REFRESH & record->attribute[TTY_ATTRIB_FLAGS])