We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb5091 commit 8e8d9c8Copy full SHA for 8e8d9c8
lnt/server/ui/views.py
@@ -761,7 +761,7 @@ def __repr__(self):
761
762
def assert_field_idx_valid(field_idx, count):
763
if not (0 <= field_idx < count):
764
- return abort(404, "Invalid field index {}. Total sample_fileds for "
+ return abort(404, "Invalid field index {}. Total sample_fields for "
765
"the current suite is {}.".format(field_idx, count))
766
767
0 commit comments