mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
correct typos (#19485)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
import os, pathnorm
|
||||
|
||||
when defined(nimSlimSystem):
|
||||
when defined(nimPreviewSlimSystem):
|
||||
import std/syncio
|
||||
|
||||
type
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
when defined(nimHasStyleChecks):
|
||||
{.push styleChecks: off.}
|
||||
|
||||
when defined(nimSlimSystem):
|
||||
when defined(nimPreviewSlimSystem):
|
||||
import std/syncio
|
||||
|
||||
# TODO these constants don't seem to be fetched from a header file for unknown
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
from stdtest/specialpaths import buildDir
|
||||
|
||||
when defined(nimSlimSystem):
|
||||
when defined(nimPreviewSlimSystem):
|
||||
import std/syncio
|
||||
|
||||
import std/[
|
||||
|
||||
Reference in New Issue
Block a user