浏览代码

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 月之前
父节点
当前提交
c89a111f06
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.