diff options
author | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-06-02 16:25:37 +0000 |
---|---|---|
committer | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-06-02 16:25:37 +0000 |
commit | 3d087f91ea9a9ca6ca7bfbac15763624f547f851 (patch) | |
tree | 7d92e09a986c564fbcc0bf7b14199c00aa1925e8 /checker | |
parent | 4c75e0eafcfbc1f57c9b8fff204ae9209f8cda9e (diff) |
Fix typos
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13053 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker')
-rw-r--r-- | checker/check.ml | 2 |
1 files changed, 1 insertions, 1 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 (* *) |