diff options
author | Thomas White <taw@physics.org> | 2020-02-11 15:30:17 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-02-11 15:30:17 +0100 |
commit | b00c033e3a8e65120ba338c0653401d1f8265ac3 (patch) | |
tree | 98ff8682c15c98b3e95d96f2470fe8099cd38bd5 | |
parent | bf33aae7a8f366f4d0b558bc7b982ce88accaed9 (diff) |
Fix comment typo
-rw-r--r-- | libcrystfel/src/cell-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |