From c575f10a04d97c5885537ee924c9bbe2363a0426 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Wed, 29 May 2024 00:48:50 -0700 Subject: [PATCH] =?UTF-8?q?Typo=20fix:=20diretcly=20=E2=86=92=20directly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/icon_conversion.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icon_conversion.rs b/src/icon_conversion.rs index 81faa2d..bf8345a 100644 --- a/src/icon_conversion.rs +++ b/src/icon_conversion.rs @@ -627,7 +627,7 @@ impl IconConversion { // - https://github.com/mklement0/fileicon/issues/32#issuecomment-1074124748 // - https://apple.stackexchange.com/a/161984 // - // In theory, we could try to call the Cocoa framework diretcly through + // In theory, we could try to call the Cocoa framework directly through // bridging or linking. However, AppleScript is more likely to be // portable across macOS versions. let stdin = format!("use framework \"Cocoa\"