From 56ddd3c0b16b4b22fd4f8e70f0ebbfb5a900e0ce Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 7 Oct 2009 07:02:40 +0000 Subject: [PATCH] Fix comment. --- cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {