Fix property name from Sergei Dyshel, and a typo from imcusg at gmail
authornicm <nicm@openbsd.org>
Mon, 30 May 2022 13:06:10 +0000 (13:06 +0000)
committernicm <nicm@openbsd.org>
Mon, 30 May 2022 13:06:10 +0000 (13:06 +0000)
dot com.

usr.bin/tmux/cmd-server-access.c
usr.bin/tmux/tmux.1

index d7f3826..0e05249 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-server-access.c,v 1.1 2022/05/30 12:48:57 nicm Exp $ */
+/* $OpenBSD: cmd-server-access.c,v 1.2 2022/05/30 13:06:10 nicm Exp $ */
 
 /*
  * Copyright (c) 2021 Dallas Lyons <dallasdlyons@gmail.com>
@@ -81,7 +81,7 @@ cmd_server_access_exec(struct cmd *self, struct cmdq_item *item)
                return (CMD_RETURN_NORMAL);
        }
        if (args_count(args) == 0) {
-               cmdq_error(item, "missing user arguement");
+               cmdq_error(item, "missing user argument");
                return (CMD_RETURN_ERROR);
        }
 
index 15efa88..392600c 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.888 2022/05/30 12:48:57 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.889 2022/05/30 13:06:10 nicm Exp $
 .\"
 .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
 .\"
@@ -5876,7 +5876,7 @@ milliseconds.
 If
 .Ar delay
 is not given, the
-.Ic message-time
+.Ic display-time
 option is used; a delay of zero waits for a key press.
 .Ql N
 ignores key presses and closes only after the delay expires.