aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-04 15:48:00 +0000
committerGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-04 15:48:00 +0000
commit088bf85a1eb199e3a922d8f5a1ef58573f46d257 (patch)
tree8029494215b26fceb9f440584ea2a332fb6a861a /tools
parent0929adb7a1bb4918123609db38b2e30cb1dcb19e (diff)
mdule --> module
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3374 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/coqdep.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdep.ml b/tools/coqdep.ml
index c66f146f7..a3d631c8b 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