From 8a8ce72a7ae5df03543e42b5e621c85b21a595de Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 9 Feb 2024 14:43:32 +0000 Subject: [PATCH] cmph: Fix a typo In the project from which this copy of cmph was forked, this was fixed in version 2.0.2 by commit https://sourceforge.net/p/cmph/git/ci/bbf77c63c9e87b0675209fadf53a36528e38bb03/ Signed-off-by: Simon McVittie --- girepository/cmph/brz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/girepository/cmph/brz.c b/girepository/cmph/brz.c index 9c8db33e0..bd01789f4 100644 --- a/girepository/cmph/brz.c +++ b/girepository/cmph/brz.c @@ -155,7 +155,7 @@ cmph_t *brz_new(cmph_config_t *mph, double c) // Clustering the keys by graph id. if (mph->verbosity) { - fprintf(stderr, "Partioning the set of keys.\n"); + fprintf(stderr, "Partitioning the set of keys.\n"); } while(1)