diff options
author | flywind <xzsflywind@gmail.com> | 2022-02-03 11:15:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 11:15:46 +0800 |
commit | 772ed5eff29671b1e99ca17b63c646b341c88123 (patch) | |
tree | 1aac3ce7ee9fb17705cae9f388dcc1c0b60af794 /compiler/pathutils.nim | |
parent | 891329cd4b3e7e3b0d995cf342c1018239ebcf81 (diff) | |
download | Nim-772ed5eff29671b1e99ca17b63c646b341c88123.tar.gz |
correct typos (#19485)
Diffstat (limited to 'compiler/pathutils.nim')
-rw-r--r-- | compiler/pathutils.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/pathutils.nim b/compiler/pathutils.nim index 8138a245a..3a501a417 100644 --- a/compiler/pathutils.nim +++ b/compiler/pathutils.nim @@ -12,7 +12,7 @@ import os, pathnorm -when defined(nimSlimSystem): +when defined(nimPreviewSlimSystem): import std/syncio type |