Correct typo in osseps.nim (#16939)

This commit is contained in:
Rummskartoffel
2021-02-05 00:36:28 +01:00
committed by GitHub
parent 9ded85e1b4
commit 2a60974ede

View File

@@ -47,7 +47,7 @@ const
elif defined(PalmOS) or defined(MorphOS): ':' # platform has ':' but osseps has ';'
else: ':'
## The character conventionally used by the operating system to separate
## search patch components (as in PATH), such as `':'` for POSIX
## search path components (as in PATH), such as `':'` for POSIX
## or `';'` for Windows.
FileSystemCaseSensitive* =