Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jan 23, 2024
1 parent aebd129 commit c18fb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/miscellaneous.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Mads.quietoff()
try
# Mads.runcmd(`julia -h`; quiet=true)
catch
Mads.madswarn("Julia executable needs to be in the executable search path! Some of the test may fail!")
Mads.madswarn("Julia executable needs to be in the executable search path! Some of the tests may fail!")
end

try
Expand All @@ -55,7 +55,7 @@ try
catch
Mads.madswarn("Symbolic links cannot be created!")
if Sys.iswindows()
Mads.madswarn("Microsoft Windows requires to execute julia as an administrator or in a windows developers mode to be able to create links.")
Mads.madswarn("Microsoft Windows requires to execute Julia as an administrator or in a Windows developers mode to be able to create links.")
else
Mads.madswarn("If you are using a network drive, symbolic links may not be supported.")
end
Expand Down

0 comments on commit c18fb0a

Please sign in to comment.