source typo
authorJerome Benoit <calculus@rezozer.net>
Sun, 20 Dec 2020 16:29:31 +0000 (16:29 +0000)
committerJerome Benoit <calculus@rezozer.net>
Sun, 20 Dec 2020 16:29:31 +0000 (16:29 +0000)
Origin: debian
Forwarded: https://github.com/igraph/igraph/pull/1579
Comment: spelling-error-in-binary
Last-Update: 2020-12-20

Correct spelling errors as reported by lintian in some binaries;
meant to silence lintian and eventually to be submitted to the
upstream maintainer.

Gbp-Pq: Name upstream-fix-lintian-spelling_error_in_binary.patch

src/lsap.c

index a49c882561519437aca07e01b5599f60406b28f7..dc455800c57dd41d66fe59fd76a0797c2167d2c4 100644 (file)
@@ -109,7 +109,7 @@ int ap_hungarian(AP *p) {
                 ++ok;
             }
         if (ok != 1)
-            IGRAPH_ERROR("ap_hungarian: error in assigment, is not a permutation",
+            IGRAPH_ERROR("ap_hungarian: error in assignment, is not a permutation",
                          IGRAPH_EINVAL);
     }