ci: check for typos

This commit is contained in:
Matthias Ahouansou
2025-03-24 01:28:42 +00:00
parent 063d13a0e1
commit 2dce87546a
20 changed files with 50 additions and 32 deletions

View File

@@ -36,7 +36,7 @@ impl NamespaceRegex {
false
}
/// Checks if this namespace has exlusive rights to a namespace
/// Checks if this namespace has exclusive rights to a namespace
pub fn is_exclusive_match(&self, heystack: &str) -> bool {
if let Some(exclusive) = &self.exclusive {
if exclusive.is_match(heystack) {