test/system: Fix spelling mistake using codespell

CentOS Stream 9 has codespell-2.2.1, while so far the 'unit tests' were
being run on Fedora 36, which only has codespell-2.1.0.

This is a step towards testing on CentOS Stream 9.

Fallout from ecd1ced719

https://github.com/containers/toolbox/pull/1200
This commit is contained in:
Debarshi Ray 2022-12-14 19:23:49 +01:00
parent 77be1bbfdd
commit 5f5f7b6aab

View file

@ -131,7 +131,7 @@ function _clean_cached_images() {
}
# Prepares a localy hosted image registry
# Prepares a locally hosted image registry
#
# The registry is set up with Podman set to an alternative root. It won't
# affect other containers or images in the default root.