aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-07 17:10:44 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-07 17:10:44 +0000
commit64e9d07b1bb1ddcad157e53292d904e71a203dd8 (patch)
tree5cf4d349cf83e6ada8cc44caf6e6a29e896bb713 /cmd.c
parentd23635f66d8a46a75b94a0532b7346698c529612 (diff)
downloadrtmux-64e9d07b1bb1ddcad157e53292d904e71a203dd8.tar.gz
rtmux-64e9d07b1bb1ddcad157e53292d904e71a203dd8.tar.bz2
rtmux-64e9d07b1bb1ddcad157e53292d904e71a203dd8.zip
Sync OpenBSD patchset 364:
Fix comment.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd.c b/cmd.c
index 640b9148..92ec045f 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.120 2009-10-06 14:14:06 tcunha Exp $ */
+/* $Id: cmd.c,v 1.121 2009-10-07 17:10:44 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -408,7 +408,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) {