From e0aab46dc221ded90390609c80991a3665c8e452 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 20 Jul 2023 00:45:58 +0200 Subject: fix: Typo in comment --- src-tauri/src/mod_management/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.2.3