os: createSymlink: fix typo in documentation

This commit is contained in:
Simon Ruderich
2016-09-15 04:17:57 +02:00
parent 2680a613be
commit 4f1886621e

View File

@@ -1047,7 +1047,7 @@ proc copyDir*(source, dest: string) {.rtl, extern: "nos$1",
proc createSymlink*(src, dest: string) =
## Create a symbolic link at `dest` which points to the item specified
## by `src`. On most operating systems, will fail if a lonk
## by `src`. On most operating systems, will fail if a link already exists.
##
## **Warning**:
## Some OS's (such as Microsoft Windows) restrict the creation