From 25818b4730874e01553b9319c41edd0ef818bdca Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 20 Jan 2009 09:56:55 -0800 Subject: [PATCH] Fix minor comment typo in PatchSetDetail about user drafts Signed-off-by: Shawn O. Pearce --- .../main/java/com/google/gerrit/client/data/PatchSetDetail.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appjar/src/main/java/com/google/gerrit/client/data/PatchSetDetail.java b/appjar/src/main/java/com/google/gerrit/client/data/PatchSetDetail.java index 9ca347315b..53992163db 100644 --- a/appjar/src/main/java/com/google/gerrit/client/data/PatchSetDetail.java +++ b/appjar/src/main/java/com/google/gerrit/client/data/PatchSetDetail.java @@ -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 comments =