diff options
Diffstat (limited to 'lib/pure/includes/osseps.nim')
-rw-r--r-- | lib/pure/includes/osseps.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/includes/osseps.nim b/lib/pure/includes/osseps.nim index bafef686d..c709bd4c8 100644 --- a/lib/pure/includes/osseps.nim +++ b/lib/pure/includes/osseps.nim @@ -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* = |