Fix spelling of prefers

This commit is contained in:
Ian Douglas Scott 2024-10-11 12:20:06 -07:00 committed by Victoria Brekenfeld
parent 540ed3d170
commit 6fc36cb00e
2 changed files with 4 additions and 4 deletions

View file

@ -374,7 +374,7 @@ impl Workspace {
self.output = output.clone();
}
pub fn preferrs_output(&self, output: &Output) -> bool {
pub fn prefers_output(&self, output: &Output) -> bool {
self.output_stack.contains(&output.name())
}