twister: fix a minor typo

Should be 'related' instead of 'realted'.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2023-12-12 15:19:47 +08:00 committed by Anas Nashif
parent 2bd0c8c552
commit 1b16d3d3ec

View file

@ -58,7 +58,7 @@ class Filters:
TESTSUITE = 'testsuite filter'
# filters in the testplan yaml definition
TESTPLAN = 'testplan filter'
# filters realted to platform definition
# filters related to platform definition
PLATFORM = 'Platform related filter'
# in case a test suite was quarantined.
QUARANTINE = 'Quarantine filter'