summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-11-11 22:30:52 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-11-11 22:30:52 +0000
commit1effab24bd9dc7eeb598394398fc88c630ae68dd (patch)
tree32521050e475262c981ca34c9e67f29ba9f0fbff /git-debrebase
parentb6b9e93bd4e95e4a166de2517530f95ab69b4dc2 (diff)
git-debrebase: Fix "stripeoch" typo
Fixes messages like this from git-debrebase convert-from-dgit-view Can't locate object method "stripeoch" via package "3.41" (perhaps you forgot to load "3.41"?) at /home/ian/things/Dgit/dgit/git-debrebase line 2754. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debrebase b/git-debrebase
index 04e84f2..4859efd 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -2753,7 +2753,7 @@ END
} else {
print STDERR f_
" orig: no suitable origs found (looked for %s in %s)\n",
- "${p}_".(stripeoch $version)."...", $bpd;
+ "${p}_".(stripepoch $version)."...", $bpd;
}
}
}