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");