From 088bf85a1eb199e3a922d8f5a1ef58573f46d257 Mon Sep 17 00:00:00 2001 From: mohring Date: Wed, 4 Dec 2002 15:48:00 +0000 Subject: mdule --> module git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3374 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tools/coqdep.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3