Skip to content

Commit 9d56cd2

Browse files
Update base/loading.jl
Co-authored-by: Denis Barucic <[email protected]>
1 parent c75d840 commit 9d56cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2819,7 +2819,7 @@ global mkpidlock_hook
28192819
global trymkpidlock_hook
28202820
global parse_pidfile_hook
28212821

2822-
# The perferences hash is only known after precompilation so just assume no preferences
2822+
# The preferences hash is only known after precompilation so just assume no preferences
28232823
# meaning that if all other conditions are equal, the same package cannot be precompiled
28242824
# with different preferences at the same time.
28252825
cache_pidfile_path(pkg::PkgId) = compilecache_path(pkg, UInt64(0)) * ".pidfile"

0 commit comments

Comments
 (0)