aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-07-22 15:08:13 +0200
committerThomas White <taw@physics.org>2013-07-22 15:08:13 +0200
commit8c1fcaf82be3b3186f5f91d5a0d4583fdc2e6e10 (patch)
treefb764bfa7846722e6d076e1d790064a23343c2a3 /src
parent2fb78b43beb8319765eab3fe93b8b0747e287037 (diff)
compare_hkl: Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/compare_hkl.c2
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"