diff --git a/src/app.rs b/src/app.rs index d180df6..2bdf9eb 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1486,7 +1486,7 @@ impl App { if dir.parent == self.pwd { self.directory_buffer = Some(dir); - // Migh as well refresh the selection + // Might as well refresh the selection self = self.refresh_selection()?; };