From: Jerome Benoit Date: Sun, 20 Dec 2020 16:29:31 +0000 (+0000) Subject: source typo X-Git-Tag: archive/raspbian/0.8.5+ds-3+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9f0dc2cc92fd4f02c1ea1ea5de7d8fff7ee8985c;p=igraph.git source typo 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 --- diff --git a/src/lsap.c b/src/lsap.c index a49c882..dc45580 100644 --- a/src/lsap.c +++ b/src/lsap.c @@ -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); }