aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-04-15 15:44:03 +0200
committerThomas White <taw@physics.org>2010-04-15 15:44:03 +0200
commit4940ad8b9cd50382d033053a8b7e96274f9f0825 (patch)
treef7f60b940e0f8b3efdb8b168e56f633dd29e8871 /src
parent7fb83c9c134a0c3056de989cf0c934abe4b1cebb (diff)
pattern_sim: Fix typo in --simulation-details
Diffstat (limited to 'src')
-rw-r--r--src/pattern_sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 473b768f..7bf9143c 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -80,7 +80,7 @@ static void show_details()
"na = number of unit cells in 'a' direction (likewise nb, nc)\n"
" q = reciprocal vector (1/d convention, not 2pi/d)\n"
"\n"
-"This square modulus of this value is take, and multiplied by the Bragg\n"
+"This square modulus of this value is taken, and multiplied by the Bragg\n"
"intensitiy at the neares Bragg position. That means that the gradient of\n"
"the underlying molecule transform is not included, for speed of calculation.\n"
"The Bragg intensities are taken from the file specified on the command line\n"