summaryrefslogtreecommitdiff
path: root/stdlib/sys.mli
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2019-11-29 10:17:38 -0500
committerBrian Wignall <brianwignall@gmail.com>2019-11-29 10:17:38 -0500
commit2cd1db7ae9fd3df7377ea18857ef903e1a2b1d18 (patch)
treed1f401a4cf68ae8d80fecf756645b1b68ddaebb2 /stdlib/sys.mli
parent3bd80fbb6e8691501a41bcf4aa3ddd9285218ef2 (diff)
downloadocaml-2cd1db7ae9fd3df7377ea18857ef903e1a2b1d18.tar.gz
Fix some spelling typos
Diffstat (limited to 'stdlib/sys.mli')
-rw-r--r--stdlib/sys.mli2
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.