summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorjmc <jmc>2022-12-26 19:16:03 +0000
committerjmc <jmc>2022-12-26 19:16:03 +0000
commit3fe01ff09c2fe8629ebd5b0f2c2ce3aa5fa33c14 (patch)
tree7a9a3e2adbdcac86958a1d0abeed9c9e701a96f0 /tmux.h
parentb5ab4d2c13277e749c96920d4b1b09f2acc73390 (diff)
spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 5b15c1e1..dac23ebb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;