Skip to content

Commit af5606f

Browse files
committed
Fix typo in calibration validation message
1 parent 854417b commit af5606f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavedb/view_models/calibration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def validate_all_calibrations_have_a_pairwise_companion(cls, values):
3333

3434
if len(set((num_es, num_st, num_plr))) != 1:
3535
raise ValidationError(
36-
"Calibration object must provide the same number of evidence strenghts, score thresholds, and positive likelihood ratios. "
36+
"Calibration object must provide the same number of evidence strengths, score thresholds, and positive likelihood ratios. "
3737
"One or more of these provided objects was not the same length as the others."
3838
)
3939

0 commit comments

Comments
 (0)