Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 42a5eabc18207e364575959ab1d420de7f6f9f12..9a0abc59d5681b4464be537e2c6cf0caad318d93 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -1025,7 +1025,7 @@ class Changelist(object): |
def GetCCList(self): |
"""Return the users cc'd on this CL. |
- Return is a string suitable for passing to gcl with the --cc flag. |
+ Return is a string suitable for passing to git cl with the --cc flag. |
""" |
if self.cc is None: |
base_cc = settings.GetDefaultCCList() |