Skip to content

Commit f264623

Browse files
authored
Fix typo in comment
1 parent e5d3c2e commit f264623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/initdefs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function load_path_expand(env::AbstractString)::Union{String, Nothing}
286286
if env == "@script" # complete match, not startswith, so search upwards
287287
return current_project(dir)
288288
else
289-
# starts with, so assume rleative path is after
289+
# starts with, so assume relative path is after
290290
return abspath(replace(env, "@script" => dir))
291291
end
292292
end

0 commit comments

Comments
 (0)