Skip to content

Commit 8e8d9c8

Browse files
committed
[NFC] Fix typo in 404 error message
1 parent 4cb5091 commit 8e8d9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnt/server/ui/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def __repr__(self):
761761

762762
def assert_field_idx_valid(field_idx, count):
763763
if not (0 <= field_idx < count):
764-
return abort(404, "Invalid field index {}. Total sample_fileds for "
764+
return abort(404, "Invalid field index {}. Total sample_fields for "
765765
"the current suite is {}.".format(field_idx, count))
766766

767767

0 commit comments

Comments
 (0)