aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-dsc
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-25 23:48:56 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-25 23:48:56 +0100
commitb4158f04fa41a94b4c28b02d0d48907a8e416538 (patch)
tree4096d106275f4d3a6cdf307005de813ed1cde01a /git-import-dsc
parent7e697a9ed9f4ce0044d74d96860751c53bea4202 (diff)
Typo
Git-Dch: Ignore
Diffstat (limited to 'git-import-dsc')
-rwxr-xr-xgit-import-dsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-import-dsc b/git-import-dsc
index eb2265b1..db15e4c3 100755
--- a/git-import-dsc
+++ b/git-import-dsc
@@ -279,7 +279,7 @@ def main(argv):
else:
gbp.log.warn("Didn't find a diff to apply.")
if repo.get_branch() == options.debian_branch or is_empty:
- # Update HEAD if we modified the checkout out branch
+ # Update HEAD if we modified the checked out branch
repo.force_head(options.debian_branch, hard=True)
except KeyboardInterrupt:
ret = 1