diff options
author | 2010-07-01 17:21:14 +0200 | |
---|---|---|
committer | 2010-07-01 17:21:14 +0200 | |
commit | da178a880e3ace820b41d38b191d3785b82991f5 (patch) | |
tree | 6356ab3164a5ad629f4161dc6c44ead74edc2937 /checker | |
parent | e4282ea99c664d8d58067bee199cbbcf881b60d5 (diff) |
Imported Upstream version 8.2pl2+dfsgupstream/8.2.pl2+dfsg
Diffstat (limited to 'checker')
-rw-r--r-- | checker/mod_checking.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/mod_checking.ml b/checker/mod_checking.ml index 9e7a2336..24000591 100644 --- a/checker/mod_checking.ml +++ b/checker/mod_checking.ml @@ -306,7 +306,7 @@ and check_structure_field (s,env) mp lab = function let sub = join_alias sub (map_mp mp' mp2') in let sub = add_mp mp' mp2' sub in (join s sub, register_alias mp' mp2 env) - with Not_found -> failwith "unkown aliased module") + with Not_found -> failwith "unknown aliased module") | SFBmodtype mty -> let kn = MPdot(mp, lab) in check_module_type env mty; |