summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-08 17:54:42 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-08 19:31:15 +0100
commita2ef997796b3affd1fc68baa0a9e654f282ea758 (patch)
tree7e090dddf135b6f36a09b2e943aae8e7e1f369e1 /dgit
parent4bee0e93df9c621e0fbfe22d670676e53dd7076a (diff)
dgit: Fix a typo in a comment
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 0d36361..ebd7f0a 100755
--- a/dgit
+++ b/dgit
@@ -2383,7 +2383,7 @@ sub generate_commits_from_dsc () {
# version). Then it remains to choose between the physically
# last entry in the file, and the one with the lowest version
# number. If these are not the same, we guess that the
- # versions were created in a non-monotic order rather than
+ # versions were created in a non-monotonic order rather than
# that the changelog entries have been misordered.
printdebug "import clog $thisstanza->{version} vs $upstreamv...\n";