Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/record-disambiguation@13053 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
alainfrisch committed Oct 31, 2012
1 parent c991227 commit 4e92b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing/env.ml
Expand Up @@ -731,7 +731,7 @@ let lookup_label lid env =
use ();
desc

let lookup_all_label lid env =
let lookup_all_labels lid env =
try
let lbls = lookup_all_labels lid env in
let wrap_use desc use () =
Expand Down

0 comments on commit 4e92b81

Please sign in to comment.