Fix minor comment typo in PatchSetDetail about user drafts

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-01-20 09:56:55 -08:00
parent 9585590b27
commit 25818b4730

View File

@@ -42,7 +42,7 @@ public class PatchSetDetail {
final Account.Id me = Common.getAccountId();
if (me != null) {
// If we are signed in, compute the number of draft comments by the
// current user on each of these patch files. This way the can more
// current user on each of these patch files. This way they can more
// quickly locate where they have pending drafts, and review them.
//
final List<PatchLineComment> comments =