aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGuillaume Melquiond2016-12-26 10:02:34 +0100
committerGuillaume Melquiond2016-12-26 10:11:41 +0100
commitdd710b9adbe7b27dccd6d4b21b90cb9bd07e5c07 (patch)
tree2953abfc518b395a67634f71ab483516e3324e8b /config
parent827370fb97c138c16509bd549eaeddf94ca13c99 (diff)
Fix some documentation typos.
Diffstat (limited to 'config')
-rw-r--r--config/coq_config.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
index f250059316..269b68e4f6 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -37,7 +37,7 @@ val cflags : string (* arguments passed to gcc *)
val best : string (* byte/opt *)
val arch : string (* architecture *)
val arch_is_win32 : bool
-val osdeplibs : string (* OS dependant link options for ocamlc *)
+val osdeplibs : string (* OS dependent link options for ocamlc *)
val vmbyteflags : string list (* -custom/-dllib -lcoqrun *)
@@ -56,7 +56,7 @@ val exec_extension : string (* "" under Unix, ".exe" under MS-windows *)
val with_geoproof : bool ref (* to (de)activate functions specific to Geoproof with Coqide *)
val browser : string
-(** default web browser to use, may be overriden by environment
+(** default web browser to use, may be overridden by environment
variable COQREMOTEBROWSER *)
val has_coqide : string