summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2020-10-06 06:33:43 +0200
committerAraq <rumpf_a@web.de>2020-10-06 06:33:43 +0200
commit37758826ff64fb93324675d81ef724e04c474b39 (patch)
treeaf4dd0fb7edebb91af056d383c2881d812a4cdfb
parente9d7e21dbef65bb8bab88b7cd326e15a2d407fca (diff)
downloadNim-37758826ff64fb93324675d81ef724e04c474b39.tar.gz
typo
-rw-r--r--lib/pure/osproc.nim2
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.
   ##