From c2c99463720e758d5aa0bdcea19dc5b3dd67292c Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Mon, 9 Jun 2014 00:00:52 -0400 Subject: Fix more misspelled comments and strings. --- src/libterm/terminfo/searcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libterm/terminfo') diff --git a/src/libterm/terminfo/searcher.rs b/src/libterm/terminfo/searcher.rs index 6b8ebb670e7..0002b20d205 100644 --- a/src/libterm/terminfo/searcher.rs +++ b/src/libterm/terminfo/searcher.rs @@ -32,7 +32,7 @@ pub fn get_dbpath_for_term(term: &str) -> Option> { Some(dir) => dirs_to_search.push(Path::new(dir)), None => { if homedir.is_some() { - // ncurses compatability; + // ncurses compatibility; dirs_to_search.push(homedir.unwrap().join(".terminfo")) } match getenv("TERMINFO_DIRS") { -- cgit 1.4.1-3-g733a5