=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/tmux/cmd.c 2009/10/06 07:19:32 1.21 +++ src/usr.bin/tmux/cmd.c 2009/10/07 07:02:40 1.22 @@ -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 @@ -409,7 +409,7 @@ 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) {