diff --git a/examples/time.rs b/examples/time.rs index 5bab6eca..a6f9b939 100644 --- a/examples/time.rs +++ b/examples/time.rs @@ -4,7 +4,7 @@ #[cfg(not(windows))] fn main() { println!( - "Raeal time: {:?}", + "Real time: {:?}", rustix::time::clock_gettime(rustix::time::ClockId::Realtime) ); println!(