diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-20 00:45:58 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-20 00:45:58 +0200 |
commit | e0aab46dc221ded90390609c80991a3665c8e452 (patch) | |
tree | 737afb773aa05a25eed0b524a583c6f7c6f17f00 | |
parent | 56ac4a1185bf32d187f3283b172baf7348f47f82 (diff) | |
download | FlightCore-e0aab46dc221ded90390609c80991a3665c8e452.tar.gz FlightCore-e0aab46dc221ded90390609c80991a3665c8e452.zip |
fix: Typo in comment
-rw-r--r-- | src-tauri/src/mod_management/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/mod_management/mod.rs b/src-tauri/src/mod_management/mod.rs index 6eb7da51..a88bd646 100644 --- a/src-tauri/src/mod_management/mod.rs +++ b/src-tauri/src/mod_management/mod.rs @@ -460,7 +460,7 @@ fn delete_older_versions( } // Copied from `libtermite` source code and modified -// Should be replaced with a library call to >libthermite in the future +// Should be replaced with a library call to libthermite in the future /// Download and install mod to the specified target. #[async_recursion] pub async fn fc_download_mod_and_install( |