Skip to content

Commit f8e6ba0

Browse files
authored
Fix a typo
1 parent 612b389 commit f8e6ba0

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
@@ -390,7 +390,7 @@ options and their priority in package loading.
390390
See also [`Base.active_project`](@ref), [`Base.set_active_project`](@ref).
391391
"""
392392
function active_manifest(project_file::Union{AbstractString,Nothing}=nothing, search_load_path::Bool=true)
393-
project_file === @someting project_file active_project(search_load_path)
393+
project_file === @something project_file active_project(search_load_path)
394394
project_file === nothing && return nothing
395395
return project_file_manifest_path(project_file)
396396
end

0 commit comments

Comments
 (0)