summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-31 18:52:42 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-03-01 18:11:14 +0000
commitfe1e06de2358fc0788604ada99baa5752c1e0e62 (patch)
treecf128a3a776bf8f47016f88ce725425d0b8d6d3b /dgit
parente9aa49e21160b523ab95c5f29b92b36011368b0d (diff)
dgit: Fix another tiny typo in an error message
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 3032c56..5fb018e 100755
--- 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{^/}) {