From 602816a61871542b5463112a85cc386bd669c07d Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 30 Sep 2023 02:55:30 -0700 Subject: [PATCH] typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8b229b16..acec91e7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -814,7 +814,7 @@ impl framework::Example for GraphicsData { println!("No modeldatas were generated"); } }else{ - println!("Failed ro read first 8 bytes and seek back to beginning of file."); + println!("Failed to read first 8 bytes and seek back to beginning of file."); } }else{ println!("Could not open file");