summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomazau <anatol@google.com>2011-08-30 10:52:33 -0700
committerShawn O. Pearce <sop@google.com>2011-11-29 12:09:35 -0800
commit2a32f6afa64c88142a476cd719d29cebacbdfd19 (patch)
treec268998cae067d7e80b828c68cb78f3bd0809a53
parent498fe90b455e896e306498abd24961fd90a21c67 (diff)
downloadgit-repo-2a32f6afa64c88142a476cd719d29cebacbdfd19.tar.gz
Fix typo
Change-Id: Idd68ad0a34fcf4bd4e18b0248f50187a539d610a
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index a69407da..8b9a3fc4 100644
--- a/project.py
+++ b/project.py
@@ -1016,7 +1016,7 @@ class Project(object):
1016 1016
1017 if not branch.LocalMerge: 1017 if not branch.LocalMerge:
1018 # The current branch has no tracking configuration. 1018 # The current branch has no tracking configuration.
1019 # Jump off it to a deatched HEAD. 1019 # Jump off it to a detached HEAD.
1020 # 1020 #
1021 syncbuf.info(self, 1021 syncbuf.info(self,
1022 "leaving %s; does not track upstream", 1022 "leaving %s; does not track upstream",