Skip to content

Commit fa0098f

Browse files
committed
fix-up
1 parent 00e90d5 commit fa0098f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/short_example.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# http://transit.iut2.upmf-grenoble.fr/doc/libcsfml-doc/html/
2-
using CSFML.ibCSFML
2+
using CSFML.LibCSFML
33

44
mode = sfVideoMode(1250, 1250, 32)
55

src/LibCSFML.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Libdl
55
# Load in `deps.jl`, complaining if it does not exist
66
const depsjl_path = joinpath(@__DIR__, "..", "deps", "deps.jl")
77
if !isfile(depsjl_path)
8-
error("LibCSFML was not built properly. Please run Pkg.build(\"LibCSFML\").")
8+
error("CSFML was not built properly. Please run Pkg.build(\"CSFML\").")
99
end
1010
include(depsjl_path)
1111
# Module initialization function

0 commit comments

Comments
 (0)