Skip to content

Commit bedcbce

Browse files
Update splitio/client/input_validator.py
Co-authored-by: Emiliano Sanchez <emiliano.sanchez@harness.io>
1 parent 1ebc3f1 commit bedcbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/client/input_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def validate_evaluation_options(evaluation_options, method_name):
544544
return None
545545

546546
if not isinstance(evaluation_options, client.EvaluationOptions):
547-
_LOGGER.error("%s: evaluaiton option should be an instance of EvaluationOptions, setting its value to None.", method_name)
547+
_LOGGER.error("%s: evaluation options should be an instance of EvaluationOptions. Setting its value to None.", method_name)
548548
return None
549549

550550
return evaluation_options

0 commit comments

Comments
 (0)