diff options
author | Luca Boccassi <bluca@debian.org> | 2023-04-20 22:02:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 22:02:17 +0100 |
commit | 21453b8b4bfb4d1fa3efd1df3fe1208d48cbd41b (patch) | |
tree | 6043cd8b7de78763aa7355625829523108340079 /test/units/testsuite-73.sh | |
parent | 08c2f9c626e0f0052d505b1b7e52f335c0fbfa1d (diff) | |
parent | 7c782513e58ca038343cb7b104360d6088a06cb3 (diff) | |
download | systemd-21453b8b4bfb4d1fa3efd1df3fe1208d48cbd41b.tar.gz |
Merge pull request #27349 from mrc0mmand/codespell
tree-wide: code spelling fixes
Diffstat (limited to 'test/units/testsuite-73.sh')
-rwxr-xr-x | test/units/testsuite-73.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-73.sh b/test/units/testsuite-73.sh index 191e3f77a6..e5ac09c2e3 100755 --- a/test/units/testsuite-73.sh +++ b/test/units/testsuite-73.sh @@ -651,7 +651,7 @@ EOF : >/failed # Make sure the content of kbd-model-map is the one that the tests expect -# regardless of the version intalled on the distro where the testsuite is +# regardless of the version installed on the distro where the testsuite is # running on. export SYSTEMD_KBD_MODEL_MAP=/usr/lib/systemd/tests/testdata/test-keymap-util/kbd-model-map |