fix some typos in comment or var name (#1027)
indicated by `typos` tool : https://github.com/crate-ci/typos/
This commit is contained in:
parent
ec685bd185
commit
b0e89cd5e3
4 changed files with 6 additions and 6 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue