aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-02-17 14:49:45 +0100
committerThomas White <taw@physics.org>2023-02-17 14:49:45 +0100
commit76fd9489e49618fcb80bf8c6c12c3b4cfdc49c2d (patch)
tree8a46605825c526fecaaccb37f2a040e49883de71 /libcrystfel/src/image.c
parentb323aefb1aab36064cf6c2ba0406fe75fbbb1fff (diff)
image_read_peaks: Fix a typo
Diffstat (limited to 'libcrystfel/src/image.c')
-rw-r--r--libcrystfel/src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c
index 84088ead..a0facd8c 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -1324,7 +1324,7 @@ ImageFeatureList *image_read_peaks(const DataTemplate *dtempl,
layout = PEAK_LIST_LIST3;
} else {
ERROR("Couldn't determine peak list layout.\n");
- ERROR("Specify peak_layout = cxi or list3n in geometry file.\n");
+ ERROR("Specify peak_layout = cxi or list3 in geometry file.\n");
return NULL;
}