From b00c033e3a8e65120ba338c0653401d1f8265ac3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 11 Feb 2020 15:30:17 +0100 Subject: Fix comment typo --- libcrystfel/src/cell-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c index d1276c5a..78488d1b 100644 --- a/libcrystfel/src/cell-utils.c +++ b/libcrystfel/src/cell-utils.c @@ -1292,7 +1292,7 @@ int compare_cell_parameters(UnitCell *cell, UnitCell *reference, double a1, b1, c1, al1, be1, ga1; double a2, b2, c2, al2, be2, ga2; - /* Centering must match: we don't arbitrarte primitive vs centered, + /* Centering must match: we don't arbitrate primitive vs centered, * different cell choices etc */ if ( cell_get_centering(cell) != cell_get_centering(reference) ) return 0; -- cgit v1.2.3