Fix typo
This commit is contained in:
parent
ffb43c34ec
commit
d5394476c6
2 changed files with 5 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ impl RoomInfo {
|
|||
match &mut self.main {
|
||||
Main::Empty => {}
|
||||
Main::Connecting => {
|
||||
let text = "Connecing...";
|
||||
let text = "Connecting...";
|
||||
let area = layout::centered(text.width() as u16, 1, area);
|
||||
frame.render_widget(Paragraph::new(Span::styled(text, styles::title())), area);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue