Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Jun 18, 2017
1 parent c439689 commit 5270ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/osutils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
@test (@static true || 1) === true
@test (@static false || 1) === 1

# test that path variables use proper path deliminter on windows
# test that path variables use correct path delimiters on windows
if is_windows()
@test !contains(Base.SYSCONFDIR, "/")
@test !contains(Base.DATAROOTDIR, "/")
Expand Down

0 comments on commit 5270ad5

Please sign in to comment.