From f051e9974d8735510671545b431b2d37a802c153 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 1 Jul 2016 11:20:31 +0200 Subject: geoptimiser: Fix a typo --- src/geoptimiser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geoptimiser.c b/src/geoptimiser.c index 6e1e3fbc..dfd8e5d4 100644 --- a/src/geoptimiser.c +++ b/src/geoptimiser.c @@ -1422,7 +1422,7 @@ static int compute_shift_for_empty_panels(struct rg_collection *quadrants, av_sh->aver_x[conn_data[di].num_quad]; conn_data[di].sh_y = av_sh->aver_y[conn_data[di].num_quad]; - STATUS("Panel %s doesn't not have eough (%i) " + STATUS("Panel %s doesn't not have enough (%i) " "peaks. Using average shifts (in pixels) " "X,Y: %0.2f,%0.2f\n", conn_data[di].name, conn_data[di].n_peaks_in_conn, -- cgit v1.2.3