Skip to content

Commit

Permalink
Correct typo s/absolutet/absolute/ (JuliaLang#41141)
Browse files Browse the repository at this point in the history
  • Loading branch information
alhirzel committed Jun 8, 2021
1 parent 9ac4fe7 commit dcaf356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Artifacts/src/Artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ a `~/.julia/artifacts/Override.toml` file with the following contents:
This file defines four overrides; two which override specific artifacts identified
through their content hashes, two which override artifacts based on their bound names
within a particular package's UUID. In both cases, there are two different targets of
the override: overriding to an on-disk location through an absolutet path, and
the override: overriding to an on-disk location through an absolute path, and
overriding to another artifact by its content-hash.
"""
const ARTIFACT_OVERRIDES = Ref{Union{Dict{Symbol,Any},Nothing}}(nothing)
Expand Down

0 comments on commit dcaf356

Please sign in to comment.