diff --git a/reference/filesystem/functions/popen.xml b/reference/filesystem/functions/popen.xml index eb51722bd8..0f680b5fe6 100644 --- a/reference/filesystem/functions/popen.xml +++ b/reference/filesystem/functions/popen.xml @@ -41,7 +41,7 @@ On Windows, popen defaults to text mode, i.e. any \n characters written to or read from the pipe will be translated to \r\n. - If this is not desired, binaray mode can be enforced by setting mode + If this is not desired, binary mode can be enforced by setting mode to 'rb' and 'wb', respectively.