chiark / gitweb /
dgit: Fix another tiny typo in an error message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 31 Jan 2019 18:52:42 +0000 (18:52 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Mar 2019 18:11:14 +0000 (18:11 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit

diff --git a/dgit b/dgit
index 3032c56d5f3f7a7178b41dd69e5a67e6a125905d..5fb018ed418a38b3e26398f67172210a85b6cd41 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2234,7 +2234,7 @@ sub dotdot_bpd_transfer_origs ($$$) {
            "check orig file %s in ..: %s", $leaf, $!;
        if (-l _) {
            stat "$dotdot/$leaf" or fail f_
-               "check targe of orig symlink %s in ..: %s", $leaf, $!;
+               "check target of orig symlink %s in ..: %s", $leaf, $!;
            my $ltarget = readlink "$dotdot/$leaf" or
                die "readlink $dotdot/$leaf: $!";
            if ($ltarget !~ m{^/}) {