Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: git_cl.py

Issue 13811053: Add missing word "be" in CL description comments (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/git_cl_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index a186029f1854569e867cce48478221f71dc96776..961a4abb167e48aee8b939f43417394029c82816 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -838,7 +838,7 @@ class ChangeDescription(object):
"""Asks the user to update the description."""
self._description = (
'# Enter a description of the change.\n'
- '# This will displayed on the codereview site.\n'
+ '# This will be displayed on the codereview site.\n'
'# The first line will also be used as the subject of the review.\n'
) + self._description
« no previous file with comments | « no previous file | tests/git_cl_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698