]> code.ossystems Code Review - openembedded-core.git/commitdiff
sstatetests: Correct a typo in a comment
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Sat, 29 Jan 2022 02:24:26 +0000 (03:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2022 09:01:58 +0000 (09:01 +0000)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/sstatetests.py

index 96b2d115ed7bd9c3a628ea4cba4cc40f88184853..3038b4002151d109c932089706f5dcd90c3ac666 100644 (file)
@@ -177,7 +177,7 @@ class SStateTests(SStateBase):
         # QA checks for this test. It may report errors otherwise.
         self.append_config('ERROR_QA:remove = "version-going-backwards"')
 
-        # For not this only checks if random sstate tasks are handled correctly as a group.
+        # For now this only checks if random sstate tasks are handled correctly as a group.
         # In the future we should add control over what tasks we check for.
 
         sstate_archs_list = []