diff options
| author | Brian Wignall <brianwignall@gmail.com> | 2019-11-29 10:17:38 -0500 |
|---|---|---|
| committer | Brian Wignall <brianwignall@gmail.com> | 2019-11-29 10:17:38 -0500 |
| commit | 2cd1db7ae9fd3df7377ea18857ef903e1a2b1d18 (patch) | |
| tree | d1f401a4cf68ae8d80fecf756645b1b68ddaebb2 /stdlib/sys.mli | |
| parent | 3bd80fbb6e8691501a41bcf4aa3ddd9285218ef2 (diff) | |
| download | ocaml-2cd1db7ae9fd3df7377ea18857ef903e1a2b1d18.tar.gz | |
Fix some spelling typos
Diffstat (limited to 'stdlib/sys.mli')
| -rw-r--r-- | stdlib/sys.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/sys.mli b/stdlib/sys.mli index eed700a863..4bde32bfe9 100644 --- a/stdlib/sys.mli +++ b/stdlib/sys.mli @@ -77,7 +77,7 @@ external command : string -> int = "caml_sys_system_command" such as file redirections [>] and [<], which will be honored by the shell. - Conversely, whitespace or special shell characters occuring in + Conversely, whitespace or special shell characters occurring in command names or in their arguments must be quoted or escaped so that the shell does not interpret them. The quoting rules vary between the POSIX shell and the Windows shell. |
