Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 96c1c47a9f2e9cf7d9fc3e5cb186c9fbe9e8d6aa..b13dc4d0cf7c80b0587bed1cad2e6bcd60c5f881 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -2090,7 +2090,7 @@ def SendUpstream(parser, args, cmd): |
_, branch = cl.FetchUpstreamTuple(cl.GetBranch()) |
print 'The commit is in the pending queue (%s).' % pending_ref |
print ( |
- 'It will show up on %s in ~1 min, once it gets Cr-Commit-Position ' |
+ 'It will show up on %s in ~1 min, once it gets a Cr-Commit-Position ' |
'footer.' % branch) |
hook = POSTUPSTREAM_HOOK_PATTERN % cmd |