Skip to content
Snippets Groups Projects
Verified Commit c53c2d1d authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

fix: Correct minor spelling issue in config.rs

It seems like the 2.4.0 version of codespell does deem the current
wording incorrect, therefore change it to the suggested "reuse"
spelling.

Fixes archlinux/signstar#143



Signed-off-by: default avatarChristian Heusel <christian@heusel.eu>
parent f3105df4
No related branches found
No related tags found
No related merge requests found
Pipeline #117786 passed
......@@ -2301,7 +2301,7 @@ impl HermeticParallelConfig {
// ensure that only one-to-one relationships between users in the Operator role and keys
// exist (system-wide and per-namespace)
{
// ensure that KeyIds are not re-used system-wide
// ensure that KeyIds are not reused system-wide
let mut set = HashSet::new();
for key_id in self
.users
......@@ -2313,7 +2313,7 @@ impl HermeticParallelConfig {
}
}
// ensure that KeyIds are not re-used per namespace
// ensure that KeyIds are not reused per namespace
for namespace in self
.users
.iter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment