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
|
|
@ -50,7 +50,7 @@ impl ClipboardCopy {
|
|||
if !text_plain.is_empty() {
|
||||
text_plain.push_str(cr_nl);
|
||||
}
|
||||
//TOOD: what if the path contains CR or NL?
|
||||
//TODO: what if the path contains CR or NL?
|
||||
text_plain.push_str(path_str);
|
||||
}
|
||||
None => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue