diff options
author | Araq <rumpf_a@web.de> | 2020-10-06 06:33:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2020-10-06 06:33:43 +0200 |
commit | 37758826ff64fb93324675d81ef724e04c474b39 (patch) | |
tree | af4dd0fb7edebb91af056d383c2881d812a4cdfb | |
parent | e9d7e21dbef65bb8bab88b7cd326e15a2d407fca (diff) | |
download | Nim-37758826ff64fb93324675d81ef724e04c474b39.tar.gz |
typo
-rw-r--r-- | lib/pure/osproc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 2d48597dc..a7c6c3754 100644 --- a/lib/pure/osproc.nim +++ b/lib/pure/osproc.nim @@ -80,7 +80,7 @@ proc execProcess*(command: string, workingDir: string = "", ## A convenience procedure that executes ``command`` with ``startProcess`` ## and returns its output as a string. ## - ## **WARNING:** This function uses `poEvalCommand` by default for backward + ## **WARNING:** This function uses `poEvalCommand` by default for backwards ## compatibility. ## Make sure to pass options explicitly. ## |