diff options
Diffstat (limited to 'subcmds/rebase.py')
-rw-r--r-- | subcmds/rebase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/rebase.py b/subcmds/rebase.py index 06cda22c..b9a7774d 100644 --- a/subcmds/rebase.py +++ b/subcmds/rebase.py | |||
@@ -68,7 +68,7 @@ branch but need to incorporate new upstream changes "underneath" them. | |||
68 | cb = project.CurrentBranch | 68 | cb = project.CurrentBranch |
69 | if not cb: | 69 | if not cb: |
70 | if one_project: | 70 | if one_project: |
71 | print("error: project %s has a detatched HEAD" % project.relpath, | 71 | print("error: project %s has a detached HEAD" % project.relpath, |
72 | file=sys.stderr) | 72 | file=sys.stderr) |
73 | return -1 | 73 | return -1 |
74 | # ignore branches with detatched HEADs | 74 | # ignore branches with detatched HEADs |