From 37758826ff64fb93324675d81ef724e04c474b39 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 6 Oct 2020 06:33:43 +0200 Subject: [PATCH] typo --- lib/pure/osproc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim index 2d48597dcc..a7c6c37540 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. ##