Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored May 8, 2024
1 parent e5d3c2e commit f264623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/initdefs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function load_path_expand(env::AbstractString)::Union{String, Nothing}
if env == "@script" # complete match, not startswith, so search upwards
return current_project(dir)
else
# starts with, so assume rleative path is after
# starts with, so assume relative path is after
return abspath(replace(env, "@script" => dir))
end
end
Expand Down

0 comments on commit f264623

Please sign in to comment.