fix some typos in comment or var name (#1027)

indicated by `typos` tool : https://github.com/crate-ci/typos/
This commit is contained in:
Gwen Lg 2025-06-19 00:40:55 +02:00 committed by GitHub
parent ec685bd185
commit b0e89cd5e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -3121,7 +3121,7 @@ impl Application for App {
self.complete_operations.insert(id, op);
}
// Close progress notification if all relavent operations are finished
// Close progress notification if all relevant operations are finished
if !self
.pending_operations
.iter()
@ -3157,7 +3157,7 @@ impl Application for App {
self.failed_operations
.insert(id, (op, controller, err.to_string()));
}
// Close progress notification if all relavent operations are finished
// Close progress notification if all relevant operations are finished
if !self
.pending_operations
.iter()