Fix multizone support on Strix 513IH

This commit is contained in:
pshem
2021-08-01 18:00:04 +01:00
parent 73d95ca187
commit 28b1194924
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ impl AuraConfig {
.unwrap_or_else(|err| error!("Could not write config: {}", err));
}
/// Multipurpose, will accecpt AuraEffect with zones and put in the correct store
/// Multipurpose, will accept AuraEffect with zones and put in the correct store
pub fn set_builtin(&mut self, effect: AuraEffect) {
match effect.zone() {
AuraZone::None => {