mirror of
https://github.com/wez/wezterm.git
synced 2024-11-26 16:34:23 +03:00
fix typo in logging
splace -> space
This commit is contained in:
parent
2b1f152e90
commit
23c0b0f70f
@ -1901,7 +1901,7 @@ impl TabInner {
|
||||
|| split_info.left_of_second() + split_info.second.cols > tab_size.cols
|
||||
{
|
||||
log::error!(
|
||||
"No splace for split!!! {:#?} height={} width={} top_of_second={} left_of_second={} tab_size={:?}",
|
||||
"No space for split!!! {:#?} height={} width={} top_of_second={} left_of_second={} tab_size={:?}",
|
||||
split_info,
|
||||
split_info.height(),
|
||||
split_info.width(),
|
||||
|
Loading…
Reference in New Issue
Block a user