aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--checker/check.ml2
-rw-r--r--man/coqchk.12
-rw-r--r--plugins/xml/xml.ml42
3 files changed, 3 insertions, 3 deletions
diff --git a/checker/check.ml b/checker/check.ml
index 0317416f3..0dcd98eae 100644
--- a/checker/check.ml
+++ b/checker/check.ml
@@ -364,7 +364,7 @@ let recheck_library ~norec ~admit ~check =
let nochk = fold_deps_list LibrarySet.add nrl LibrarySet.empty in
let nochk = fold_deps_list LibrarySet.remove ml nochk in
let nochk = fold_deps_list LibrarySet.add al nochk in
- (* explicitely required modules cannot be skipped... *)
+ (* explicitly required modules cannot be skipped... *)
let nochk =
List.fold_right LibrarySet.remove (List.map fst (nrl@ml)) nochk in
(* *)
diff --git a/man/coqchk.1 b/man/coqchk.1
index 2709a4be4..f51861f00 100644
--- a/man/coqchk.1
+++ b/man/coqchk.1
@@ -52,7 +52,7 @@ makes coqchk less verbose.
.TP
.BI \-admit \ file-or-module
tag the specified module and all its dependencies as trusted, and will
-not be rechecked, unless explicitely requested by other options.
+not be rechecked, unless explicitly requested by other options.
.TP
.BI \-norec \ file-or-module
diff --git a/plugins/xml/xml.ml4 b/plugins/xml/xml.ml4
index e2d04cb76..5b2171193 100644
--- a/plugins/xml/xml.ml4
+++ b/plugins/xml/xml.ml4
@@ -70,7 +70,7 @@ let pp strm fn =
let ch = open_out filename in
pp_ch strm ch;
close_out ch ;
- print_string ("\nWriting on file \"" ^ filename ^ "\" was succesful\n");
+ print_string ("\nWriting on file \"" ^ filename ^ "\" was successful\n");
flush stdout
| None ->
pp_ch strm stdout