1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-16 15:10:23 +02:00

Merge branch 'wip/smcv/cmph-typo' into 'main'

cmph: Fix a typo

See merge request 
This commit is contained in:
Philip Withnall
2024-02-12 12:25:53 +00:00

@@ -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)