]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-systemd-tmpfiles.py
codespell: fix spelling errors
[thirdparty/systemd.git] / src / test / test-systemd-tmpfiles.py
index 83a66e8772382cfb05da9e5b4a91e272d5ed392d..7f4af38940e7d9b6e28861cd3d502b71d94a9d29 100755 (executable)
@@ -52,8 +52,8 @@ def test_invalids(*, user):
     test_line('w /unresolved/argument/sandwich - - - - "%v%Y%v"', user=user)
     test_line('w /unresolved/filename/%Y - - - - "whatever"', user=user)
     test_line('w /unresolved/filename/sandwich/%v%Y%v - - - - "whatever"', user=user)
-    test_line('w - - - - - "no file specfied"', user=user)
-    test_line('C - - - - - "no file specfied"', user=user)
+    test_line('w - - - - - "no file specified"', user=user)
+    test_line('C - - - - - "no file specified"', user=user)
     test_line('C non/absolute/path - - - - -', user=user)
     test_line('b - - - - - -', user=user)
     test_line('b 1234 - - - - -', user=user)