@@ -96,9 +96,9 @@ |
|
|
96 |
96 |
//! child processes must agree on how the commandline string is encoded. |
97 |
97 |
//! |
98 |
98 |
//! Most programs use the standard C run-time `argv`, which in practice results |
99 |
|
-//! in consistent argument handling. However some programs have their own way of |
|
99 |
+//! in consistent argument handling. However, some programs have their own way of |
100 |
100 |
//! parsing the commandline string. In these cases using [`arg`] or [`args`] may |
101 |
|
-//! result in the child process seeing a different array of arguments then the |
|
101 |
+//! result in the child process seeing a different array of arguments than the |
102 |
102 |
//! parent process intended. |
103 |
103 |
//! |
104 |
104 |
//! Two ways of mitigating this are: |