Fixed spelling mistakes

This commit is contained in:
2024-04-29 03:45:11 +02:00
parent 2ff59872b2
commit 456d7a359b
6 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ pub trait GoogleHomeDevice:
fn get_id(&self) -> String;
fn is_online(&self) -> bool;
// Default values that can optionally be overriden
// Default values that can optionally be overridden
fn will_report_state(&self) -> bool {
false
}