From c476e97387a89bebe22f6b006ef9f8cfe8166ec1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 31 Jan 2022 11:12:30 -0800 Subject: [PATCH] Fix a typo in the time example. --- examples/time.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!(