summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-07 07:02:40 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-07 07:02:40 +0000
commit56ddd3c0b16b4b22fd4f8e70f0ebbfb5a900e0ce (patch)
treecee6635a9d1beb6bff745c35d3c4a50d78b9f3d7 /cmd.c
parent82efcc32ec4ccd12d5119942e62b8e11f9cb333b (diff)
Fix comment.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 1119bdc7..9ae1fa17 100644
--- a/cmd.c
+++ b/cmd.c
@@ -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) {