From 0a7895996f1e7c00084ff6cd4e3c129563c85371 Mon Sep 17 00:00:00 2001 From: Sindhu Devale Date: Wed, 6 Jul 2016 18:48:59 +0000 Subject: [PATCH] Grammar error fixed Change-Id: I1b90140dd150a2d23d30d39623047868d55b204b --- tools/abandon_old_reviews.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/abandon_old_reviews.sh b/tools/abandon_old_reviews.sh index 96afa28ce97..1ede549651e 100755 --- a/tools/abandon_old_reviews.sh +++ b/tools/abandon_old_reviews.sh @@ -26,7 +26,7 @@ # Note: due to gerrit bug somewhere, this double posts messages. :( -# first purge the all reviews that are more than 4w old and blocked by a core -2 +# first purge all the reviews that are more than 4w old and blocked by a core -2 if [ "$1" = "--dry-run" ]; then echo "Enabling dry run mode"