From: Ian Jackson Date: Sun, 8 Jul 2018 16:54:42 +0000 (+0100) Subject: dgit: Fix a typo in a comment X-Git-Tag: archive/debian/5.9~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a2ef997796b3affd1fc68baa0a9e654f282ea758;p=dgit.git dgit: Fix a typo in a comment Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 0d36361f..ebd7f0af 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";