diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-21 11:53:32 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | f7d612eb193e718490276b05b55af72cc3e70aac (patch) | |
tree | d870de57986f3e80a3350425bc58e72225c364ff /src/render_hkl.c | |
parent | 66d003e06152b1da64f28658818771ffa5999286 (diff) |
s/hit/cpeak/
Avoid confusion over the use of the word 'hit'.
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r-- | src/render_hkl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c index e333da7f..4b077ba7 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -63,9 +63,9 @@ static void show_help(const char *s) " according to:\n" " I : the intensity of the reflection.\n" " sqrtI : the square root of the intensity.\n" -" count : the number of hits for the reflection.\n" +" count : the number of measurements for the reflection.\n" " (after correcting for 'epsilon')\n" -" rawcts : the raw number of hits for the\n" +" rawcts : the raw number of measurements for the\n" " reflection (no 'epsilon' correction).\n" "\n" " --colour-key Draw (only) the key for the current colour scale.\n" |