commit 8e0c6a90c328bff1abb3b14f83e66d211cd71e27
parent ed5747918cc08bd50a12509d347dbe2c1995be2a
Author: egor-achkasov <eaachkasov@gmail.com>
Date: Thu, 27 Nov 2025 10:52:34 -0800
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
@@ -150,7 +150,7 @@ fn main() {
let view = parse_json(&json_str).unwrap();
views.push(view);
}
- println!("\n{} images downloaded. Descrabling...", imgs.len());
+ println!("\n{} images downloaded. Descrambling...", imgs.len());
// Descramble the images
let mut descrambled_imgs: Vec<image::RgbaImage> = Vec::new();