Jelajahi Sumber

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>
Peter Korsgaard 10 bulan lalu
induk
melakukan
c89a111f06
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
-# 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*
 # test cases above.