From 0ff38b847d1d56de9d87c5bc45c8cf1e50c0cc34 Mon Sep 17 00:00:00 2001 From: z_jay_v Date: Thu, 30 Aug 2018 13:00:41 -0400 Subject: [PATCH] fix typo --- scripts/cherry_pick_pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cherry_pick_pull.sh b/scripts/cherry_pick_pull.sh index 5327b1f02..b9c2b7209 100755 --- a/scripts/cherry_pick_pull.sh +++ b/scripts/cherry_pick_pull.sh @@ -16,7 +16,7 @@ # Checkout a PR from GitHub. (Yes, this is sitting in a Git tree. How # meta.) Assumes you care about pulls from remote "upstream" and -# checks thems out to a branch named: +# checks them out to a branch named: # automated-cherry-pick-of--- set -o errexit