diff options
author | 2009-10-07 07:02:40 +0000 | |
---|---|---|
committer | 2009-10-07 07:02:40 +0000 | |
commit | e818b5a40a046f8bb17194ead2296f2be6ffc95d (patch) | |
tree | 0cd4a80db67c8ae9d10db646fd1ec4dcc135e031 /usr.bin/tmux/cmd.c | |
parent | Try to keep existing IOC4 mappings, the same way we do on IOC3, in case (diff) | |
download | wireguard-openbsd-e818b5a40a046f8bb17194ead2296f2be6ffc95d.tar.xz wireguard-openbsd-e818b5a40a046f8bb17194ead2296f2be6ffc95d.zip |
Fix comment.
Diffstat (limited to 'usr.bin/tmux/cmd.c')
-rw-r--r-- | usr.bin/tmux/cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd.c b/usr.bin/tmux/cmd.c index 46df3ec69ef..c05b02b45c3 100644 --- a/usr.bin/tmux/cmd.c +++ b/usr.bin/tmux/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.21 2009/10/06 07:19:32 nicm Exp $ */ +/* $OpenBSD: cmd.c,v 1.22 2009/10/07 07:02:40 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -409,7 +409,7 @@ cmd_find_client(struct cmd_ctx *ctx, const char *arg) return (ctx->curclient); /* * No current client set. Find the current session and see if - * it has only has one client. + * it has only one client. */ s = cmd_current_session(ctx); if (s != NULL) { |