summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r--usr.bin/tmux/cmd.c4
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) {