Description: fix lintian message spelling-error-in-binary
 As a side note, lintian reports another spelling error "algorith" in another
 binary, but the matching source code does not show any such issue in strings,
 so it might have been a string sliced at a bad place by the compiler.
Author: Étienne Mollier <etienne.mollier@mailoo.org>
Forwarded: https://github.com/biopython/biopython/pull/3282
Last-Update: 2020-09-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-biopython.orig/Bio/Cluster/clustermodule.c
+++ python-biopython/Bio/Cluster/clustermodule.c
@@ -2132,7 +2132,7 @@
 "\n"
 " - transpose: if equal to 0: the distances between rows are\n"
 "   calculated;\n"
-"   if equal to 1, the distances beteeen columns are calculated.\n"
+"   if equal to 1, the distances between columns are calculated.\n"
 "\n"
 " - dist: specifies the distance function to be used:\n"
 "\n"
