Skip to content

Commit

Permalink
Typo fix: diretcly → directly
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed May 29, 2024
1 parent cf89985 commit c575f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon_conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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\"
Expand Down

0 comments on commit c575f10

Please sign in to comment.