summaryrefslogtreecommitdiff
path: root/test/TEST-22-TMPFILES/test-03.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-22-TMPFILES/test-03.sh')
-rwxr-xr-xtest/TEST-22-TMPFILES/test-03.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-22-TMPFILES/test-03.sh b/test/TEST-22-TMPFILES/test-03.sh
index 39a4badc38..8d009fb5bb 100755
--- a/test/TEST-22-TMPFILES/test-03.sh
+++ b/test/TEST-22-TMPFILES/test-03.sh
@@ -212,7 +212,7 @@ EOF
test -f /tmp/w/overwritten
test "$(< /tmp/w/overwritten)" = "new content"
-### writing into an 'exotic' file sould be allowed.
+### writing into an 'exotic' file should be allowed.
systemd-tmpfiles --create - <<EOF
w /dev/null - - - - new content
EOF