Fix spelling of prefers
This commit is contained in:
parent
540ed3d170
commit
6fc36cb00e
2 changed files with 4 additions and 4 deletions
|
|
@ -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())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue