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. ##