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 |