spelling fixes; from paul tagliamonte

amendments to his diff are noted on tech
pull/3431/head
jmc 2022-12-26 19:16:03 +00:00
parent b5ab4d2c13
commit 3fe01ff09c
1 changed files with 1 additions and 1 deletions

2
tmux.h
View File

@ -1410,7 +1410,7 @@ struct tty {
#define TTY_HAVEDA 0x100 /* Primary DA. */
#define TTY_HAVEXDA 0x200
#define TTY_SYNCING 0x400
#define TTY_HAVEDA2 0x800 /* Seconday DA. */
#define TTY_HAVEDA2 0x800 /* Secondary DA. */
int flags;
struct tty_term *term;