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:
parent
77be1bbfdd
commit
5f5f7b6aab
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue