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

Unified Diff: tests/git_cl_test.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 | « git_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/git_cl_test.py
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
index a890dac4f3edad5a06db9e1f03ad3f946eba0a70..ae71c1cd7d4a22fcdde6c6f53987c9aeeed1fe4d 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -331,7 +331,7 @@ class TestGitCl(TestCase):
def RunEditor(desc, _):
self.assertEquals(
'# 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' +
expected_description,
desc)
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698