diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-07 00:47:42 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-07 00:47:42 +0200 |
commit | e15e8aa6fe71a775ae7cfbc012613dd923c49063 (patch) | |
tree | 94d2115f2184c10bf881122ec9d38b54613fa17f | |
parent | 6f3ebd162d7b835142bacd8e906696e89468967f (diff) | |
download | FlightCore-e15e8aa6fe71a775ae7cfbc012613dd923c49063.tar.gz FlightCore-e15e8aa6fe71a775ae7cfbc012613dd923c49063.zip |
fix: Fix typo
-rw-r--r-- | src-tauri/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index aa3802bd..9a05e1db 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -121,7 +121,7 @@ pub fn find_game_install_location() -> Result<GameInstall, String> { }; return Ok(game_install); } - None => log::info!("Couldn't locate Titanfall2 Steam instal"), + None => log::info!("Couldn't locate Titanfall2 Steam install"), } } None => log::info!("Couldn't locate Steam on this computer!"), |