diff --git a/lib/pure/includes/osseps.nim b/lib/pure/includes/osseps.nim index bafef686d5..c709bd4c87 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* =