Skip to content

Commit 75c08fb

Browse files
authored
chore: fix typo (#31)
1 parent 7c27d6c commit 75c08fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl Search {
108108
// Will return the file name with extension.
109109
let file_name = file_name.to_string_lossy().to_string();
110110
if reg_exp.is_match(&file_name) {
111-
// Contunue searching if the send was successful
111+
// Continue searching if the send was successful
112112
// and there is no limit or the limit has not been reached
113113
if tx.send(path.display().to_string()).is_ok()
114114
&& (limit.is_none() || counter < limit.unwrap())

0 commit comments

Comments
 (0)