Skip to content

Commit

Permalink
Fix typo in search.rs (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jun 21, 2022
1 parent d16ca5d commit b7b1baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ fn continue_search(siv: &mut Cursive, search_query: &str, search_offset: &usize)
.search()?;

// get the results view so we can add some results to it
log::debug!("getting the search resutls view");
log::debug!("getting the search results view");
let mut search_results_views = siv
.find_name::<SelectView<SearchResult>>("search_results_view")
.with_context(|| {
Expand Down

0 comments on commit b7b1baf

Please sign in to comment.