Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Aug 19, 2024
1 parent 8dcb6cd commit b429134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/juliainstaller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ pub fn main() -> Result<()> {
}

if failed_paths.len() > 0 {
println!("Juliaup needs to modify a number of existin files on your");
println!("Juliaup needs to modify a number of existing files on your");
println!("system, but is unable to edit some of these files. Most likely");
println!("this is caused by incorrect permissions on these files. The");
println!("following files could not be edited:");
Expand Down

0 comments on commit b429134

Please sign in to comment.