diff options
author | Thomas White <taw@physics.org> | 2013-07-22 15:08:13 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-07-22 15:08:13 +0200 |
commit | 8c1fcaf82be3b3186f5f91d5a0d4583fdc2e6e10 (patch) | |
tree | fb764bfa7846722e6d076e1d790064a23343c2a3 | |
parent | 2fb78b43beb8319765eab3fe93b8b0747e287037 (diff) |
compare_hkl: Fix typo
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 5371f956..66b58adc 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -951,7 +951,7 @@ int main(int argc, char *argv[]) * number won't have anything to do with anomalous signal. */ ERROR("You are trying to calculate CCano or CRDano with a" - "centrosymmetric point group.\n"); + " centrosymmetric point group.\n"); ERROR("This is a silly thing to do, and I'm refusing to help" " you do it.\n"); ERROR("Please review your earlier processing steps and try" |