summary refs log tree commit diff stats
path: root/lib/pure/includes
diff options
context:
space:
mode:
authorRummskartoffel <20257197+Rummskartoffel@users.noreply.github.com>2021-02-05 00:36:28 +0100
committerGitHub <noreply@github.com>2021-02-04 15:36:28 -0800
commit2a60974ede6ce9176cfb3b4c74a6ae2ff84ba6f5 (patch)
treeceefabc5217356cecd9d6ac3d85a16d37ab592cf /lib/pure/includes
parent9ded85e1b4b4e15fc4ef049f373d60cde87fda15 (diff)
downloadNim-2a60974ede6ce9176cfb3b4c74a6ae2ff84ba6f5.tar.gz
Correct typo in osseps.nim (#16939)
Diffstat (limited to 'lib/pure/includes')
-rw-r--r--lib/pure/includes/osseps.nim2
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* =