Skip to content

Commit

Permalink
fix: typo, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Onciul committed Sep 13, 2024
1 parent 94817bb commit 8f6b412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ impl Reedline {

// TODO: discuss breaking change and possibly make configurable
if let Err(_e) = self.reedline_event_sender.send(ReedlineEvent::Submit) {
// log::warn!("Could not sumbit bashism: {e:?}");
// log::warn!("Could not submit bashism: {e:?}");
}

if let Some((start, size, history)) = history_result {
Expand Down

0 comments on commit 8f6b412

Please sign in to comment.