aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/coqdep.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdep.ml b/tools/coqdep.ml
index c66f146f74..a3d631c8b4 100755
--- a/tools/coqdep.ml
+++ b/tools/coqdep.ml
@@ -61,7 +61,7 @@ let clash_v = ref ([]: (string list * string list) list)
let warning_module_notfound f s =
- eprintf "*** Warning : in file %s, mdule " f;
+ eprintf "*** Warning : in file %s, module " f;
eprintf "%s.v is required and has not been found in loadpath !\n"
(String.concat "." s);
flush stderr