From db4cdb2bcf6b4c2913ff7256b84d4b073cc5374d Mon Sep 17 00:00:00 2001 From: Victor Zamanian Date: Sat, 8 Oct 2022 00:10:02 +0200 Subject: Fix typo ("temprature" -> "temperature") --- src/bin/sctd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/sctd.rs b/src/bin/sctd.rs index e1f4821..81e65e5 100644 --- a/src/bin/sctd.rs +++ b/src/bin/sctd.rs @@ -48,7 +48,7 @@ fn main() { let new_temp = sctd::get_temp(utc, &ss, latitude, longitude) as u32; if new_temp != temp { temp = new_temp; - info!("setting temprature to {}", temp); + info!("setting temperature to {}", temp); sctd::set_temp(temp); } else { debug!( -- cgit v1.2.3