aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-02-20 15:08:42 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:45 +0100
commitdeed4e49978599281ecedf9a054808c51e3c6939 (patch)
tree558b01c37b4e9c16c34ce0fe76425c152698fb65 /src
parentf017522931d7704dde09416473dfcfa5de629f4d (diff)
indexamajig: Fix a typo
Diffstat (limited to 'src')
-rw-r--r--src/indexamajig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 6f3704bc..7e296759 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -301,7 +301,7 @@ static void process_image(void *pp, int cookie)
if ( image.lambda < 0.0 ) {
if ( beam != NULL ) {
- ERROR("Using nominal photon enery of %.2f eV\n",
+ ERROR("Using nominal photon energy of %.2f eV\n",
beam->photon_energy);
image.lambda = ph_en_to_lambda(
eV_to_J(beam->photon_energy));