chiark / gitweb /
dgit: Fix a warning message about ref (mainly, tag) updates.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 6 Jan 2017 20:25:32 +0000 (20:25 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 12 Jan 2017 01:24:56 +0000 (01:24 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index 143c4381f6a37500c1398e376c06bac175ca53c9..747d86f0a4b5490f198eef13dfdae3750b0df99c 100644 (file)
@@ -8,6 +8,9 @@ dgit (3.2~) unstable; urgency=medium
     it becomes public (ie, make the repo available much more promptly when
     the package passes NEW).  Closes:#849789.
 
+  Bugfixes:
+  * Fix a warning message about ref (mainly, tag) updates.
+
   Documentation:
   * dgit-maint-merge(7): Use git-deborig(1).
     [Sean Whitton]  Closes:#850953.
diff --git a/dgit b/dgit
index fabf83bb8d96002f11c31f79f86918f592750f92..845908e325de9fd5e3aa85162709dfeff717f9e2 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2763,8 +2763,8 @@ sub git_fetch_us () {
        } elsif ($here{$lref} eq $objid) {
            lrfetchref_used $fullrefname;
        } else {
-           print STDERR \
-               "Not updateting $lref from $here{$lref} to $objid.\n";
+           print STDERR
+               "Not updating $lref from $here{$lref} to $objid.\n";
        }
     });
 }