Skip to content

Commit ca7f548

Browse files
committed
Fix typo
1 parent ec5262d commit ca7f548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/tab.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ impl Tab {
402402

403403
let h = { imp.history.borrow_mut().get(i).cloned() };
404404
h.map(|x| self.spawn_request(self.open_history(x)))
405-
.context("retrieving previous item from history")
405+
.context("retrieving next item from history")
406406
}
407407
pub fn display_error(&self, error: anyhow::Error) {
408408
let imp = self.imp();

0 commit comments

Comments
 (0)