1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00

fix typo in logging

splace -> space
This commit is contained in:
Wez Furlong 2023-01-23 18:23:56 -07:00
parent 2b1f152e90
commit 23c0b0f70f
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -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(),