chore: fix some typos (#7518)

Signed-off-by: crazeteam <lilujing@outlook.com>
This commit is contained in:
crazeteam
2024-03-27 01:08:56 +08:00
committed by GitHub
parent 85f387bfb9
commit 4f3de4cf54
2 changed files with 3 additions and 3 deletions

View File

@@ -286,7 +286,7 @@ impl DesktopManager {
}
return Ok(i);
}
bail!("No avaliable display found in range {:?}", display_range)
bail!("No available display found in range {:?}", display_range)
}
#[inline]