typo: seach -> search (#5264)

This commit is contained in:
Arnout Engelen 2022-04-20 21:38:24 +02:00 committed by GitHub
parent e97ba9b74c
commit 1295495758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -272,7 +272,7 @@ impl DescriptionMenu {
}
fn no_records_msg(&self, use_ansi_coloring: bool) -> String {
let msg = "TYPE TO START SEACH";
let msg = "TYPE TO START SEARCH";
if use_ansi_coloring {
format!(
"{}{}{}",