diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-07 07:02:40 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-07 07:02:40 +0000 |
commit | 56ddd3c0b16b4b22fd4f8e70f0ebbfb5a900e0ce (patch) | |
tree | cee6635a9d1beb6bff745c35d3c4a50d78b9f3d7 /cmd.c | |
parent | 82efcc32ec4ccd12d5119942e62b8e11f9cb333b (diff) | |
download | rtmux-56ddd3c0b16b4b22fd4f8e70f0ebbfb5a900e0ce.tar.gz rtmux-56ddd3c0b16b4b22fd4f8e70f0ebbfb5a900e0ce.tar.bz2 rtmux-56ddd3c0b16b4b22fd4f8e70f0ebbfb5a900e0ce.zip |
Fix comment.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |