From deed4e49978599281ecedf9a054808c51e3c6939 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 20 Feb 2012 15:08:42 +0100 Subject: indexamajig: Fix a typo --- src/indexamajig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)); -- cgit v1.2.3