mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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
bbf77c63c9
/
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
0701943d9f
commit
8a8ce72a7a
@ -155,7 +155,7 @@ cmph_t *brz_new(cmph_config_t *mph, double c)
|
|||||||
// Clustering the keys by graph id.
|
// Clustering the keys by graph id.
|
||||||
if (mph->verbosity)
|
if (mph->verbosity)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Partioning the set of keys.\n");
|
fprintf(stderr, "Partitioning the set of keys.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
while(1)
|
while(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user