Skip to content

Commit

Permalink
Merge pull request JuliaLang#4770 from nanosec/spelling
Browse files Browse the repository at this point in the history
Fix spelling in base/sysimg.jl: 'sprcific' -> 'specific'
  • Loading branch information
Viral B. Shah committed Nov 10, 2013
2 parents 72e2d13 + 9cd6634 commit 5e2cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ include("iterator.jl")
import Core.Undef # used internally by compiler
include("inference.jl")

# For OS sprcific stuff in I/O
# For OS specific stuff in I/O
include("osutils.jl")

const DL_LOAD_PATH = ByteString[]
Expand Down

0 comments on commit 5e2cb42

Please sign in to comment.