From 95230356b34e3fc39f655dcb1ffbac2986e587de Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 5 Sep 2016 22:42:23 +0200 Subject: [PATCH] typo --- src/uvw/process.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uvw/process.hpp b/src/uvw/process.hpp index e8f171dc..202c504f 100644 --- a/src/uvw/process.hpp +++ b/src/uvw/process.hpp @@ -119,7 +119,7 @@ public: * [documentation](http://docs.libuv.org/en/v1.x/process.html) * for further details. * - * @param file Path pointing to the program to be executed.. + * @param file Path pointing to the program to be executed. * @param args Command line arguments. * @param env Optional environment for the new process. */