Skip to content

Commit 13a47f1

Browse files
committed
fix typo: Libary instead of Library
1 parent 47fa2de commit 13a47f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub fn dot_minecraft_location() -> String {
4141
#[cfg(target_os = "macos")]
4242
pub fn dot_minecraft_location() -> String {
4343
location(
44-
home_dir().map(|p| p.join("Libary/Application Support/minecraft")),
44+
home_dir().map(|p| p.join("Library/Application Support/minecraft")),
4545
"/",
4646
)
4747
}

0 commit comments

Comments
 (0)