Fix property name from Sergei Dyshel, and a typo from imcusg at gmail

dot com.
pull/3201/head
nicm 2022-05-30 13:06:10 +00:00
parent 006a529db1
commit 384f0ee269
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ cmd_server_access_exec(struct cmd *self, struct cmdq_item *item)
return (CMD_RETURN_NORMAL); return (CMD_RETURN_NORMAL);
} }
if (args_count(args) == 0) { if (args_count(args) == 0) {
cmdq_error(item, "missing user arguement"); cmdq_error(item, "missing user argument");
return (CMD_RETURN_ERROR); return (CMD_RETURN_ERROR);
} }

2
tmux.1
View File

@ -5876,7 +5876,7 @@ milliseconds.
If If
.Ar delay .Ar delay
is not given, the is not given, the
.Ic message-time .Ic display-time
option is used; a delay of zero waits for a key press. option is used; a delay of zero waits for a key press.
.Ql N .Ql N
ignores key presses and closes only after the delay expires. ignores key presses and closes only after the delay expires.