diff options
author | Anatol Pomazau <anatol@google.com> | 2011-08-30 10:52:33 -0700 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2011-11-29 12:09:35 -0800 |
commit | 2a32f6afa64c88142a476cd719d29cebacbdfd19 (patch) | |
tree | c268998cae067d7e80b828c68cb78f3bd0809a53 /project.py | |
parent | 498fe90b455e896e306498abd24961fd90a21c67 (diff) | |
download | git-repo-2a32f6afa64c88142a476cd719d29cebacbdfd19.tar.gz |
Fix typo
Change-Id: Idd68ad0a34fcf4bd4e18b0248f50187a539d610a
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |