aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-03 14:11:33 +0200
committerThomas White <taw@physics.org>2021-09-03 14:11:33 +0200
commit229e384a98b3589734095b8bc8e48ad8118e7d2a (patch)
tree3286bd69adc296f99f789037b64ce51d918c1357 /libcrystfel
parent7fea4dc8222825b0dde4bb059924d5a3eba20819 (diff)
Fix typo and failing tests from previous commit
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/datatemplate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c
index 9f14732b..7f7f24af 100644
--- a/libcrystfel/src/datatemplate.c
+++ b/libcrystfel/src/datatemplate.c
@@ -1268,7 +1268,7 @@ DataTemplate *data_template_new_from_string(const char *string_in)
}
if ( isnan(p->ssx) ) {
- ERROR("Please specify the FS direction for panel %s\n",
+ ERROR("Please specify the SS direction for panel %s\n",
dt->panels[i].name);
reject = 1;
}