diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-07 07:02:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-07 07:02:41 +0000 |
commit | adf39d58c737ebbadcb57697db02e11f9209264e (patch) | |
tree | 41107aaa5eab5ff102f575646389ab68bd702e8b /usr.bin/tmux/cmd.c | |
parent | 9687b92c6c87db35bfb56fdd07b6715cd714df15 (diff) |
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) { |