Skip to content

Commit a996ea4

Browse files
authored
typo in Registry.jl (#2600)
1 parent b1cba56 commit a996ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Registry/Registry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function download_registries(io::IO, regs::Vector{RegistrySpec}, depot::String=d
238238
existing_registry = Registry.RegistryInstance(regpath)
239239
if registry.uuid == existing_registry.uuid
240240
println(io,
241-
"registry `$(registry.name)` already exist in `$(Base.contractuser(regpath))`.")
241+
"Registry `$(registry.name)` already exists in `$(Base.contractuser(regpath))`.")
242242
else
243243
throw(Pkg.Types.PkgError("registry `$(registry.name)=\"$(registry.uuid)\"` conflicts with " *
244244
"existing registry `$(existing_registry.name)=\"$(existing_registry.uuid)\"`. " *

0 commit comments

Comments
 (0)