Skip to content

Commit ded0163

Browse files
authored
typo (#952)
1 parent 4978b78 commit ded0163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/devdocs/sysimages_part_1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ should work to produce the sysimage shared library.
317317

318318
### 3. Running Julia with the new sysimage
319319

320-
We start Julia with the `-Jsys.so` flag to load the new custom `sys.so` sysimage (or `sys.dylib`, `sys.dll` on macOS and Windows respecitively)
320+
We start Julia with the `-Jsys.so` flag to load the new custom `sys.so` sysimage (or `sys.dylib`, `sys.dll` on macOS and Windows respectively)
321321
and indeed loading CSV is now very fast:
322322

323323
```julia-repl

0 commit comments

Comments
 (0)