Browse Source

support/testing/tests/init/test_systemd.py: fix 'on top' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit c89a111f06c2584b3f9994b8ead7c5a9caad7295)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 months ago
parent
commit
b4cae331e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      support/testing/tests/init/test_systemd.py

+ 1 - 1
support/testing/tests/init/test_systemd.py

@@ -198,7 +198,7 @@ class TestInitSystemSystemdRwFull(InitSystemSystemdBase):
 
 
 
 
 # The following tests are all about read-only rootfs, and exercise either
 # The following tests are all about read-only rootfs, and exercise either
-# using an un-populated factory for /var, or an overlaysfs ontop of a
+# using an un-populated factory for /var, or an overlaysfs on top of a
 # pre-populated /var. They all specialise the TestInitSystemSystemdRo*
 # pre-populated /var. They all specialise the TestInitSystemSystemdRo*
 # test cases above.
 # test cases above.