From 747e76621f47f13f30b453e9f4e1d09ecc46ba44 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Wed, 28 May 2025 22:31:21 -0600 Subject: [PATCH] Update location_simulation.rs --- tools/src/location_simulation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/location_simulation.rs b/tools/src/location_simulation.rs index 146bf64..0ee50f5 100644 --- a/tools/src/location_simulation.rs +++ b/tools/src/location_simulation.rs @@ -49,7 +49,7 @@ async fn main() { .get_matches(); if matches.get_flag("about") { - println!("simulate_location - Sets the simlulated location on an iOS device"); + println!("simulate_location - Sets the simulated location on an iOS device"); println!("Copyright (c) 2025 Jackson Coxson"); return; }