chiark / gitweb /
dgit: Fix a typo in a comment
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Jul 2018 16:54:42 +0000 (17:54 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Jul 2018 18:31:15 +0000 (19:31 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit

diff --git a/dgit b/dgit
index 0d36361f2609a4d18f40e6e873c9ba262337202a..ebd7f0af9794bb5d404a29532779133a50630239 100755 (executable)
--- 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";