Commit 104b2db2 authored by janx@chromium.org's avatar janx@chromium.org

Add missing word "be" in CL description comments

s/This will displayed/This will be displayed/g

BUG=

Review URL: https://chromiumcodereview.appspot.com/13811053

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194907 0039d316-1c4b-4281-b951-d872f2087c98
parent a692e8f5
......@@ -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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment