diff options
Diffstat (limited to 'driver/compile.ml')
-rw-r--r-- | driver/compile.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/compile.ml b/driver/compile.ml index 0ca2efca1..e2ec9ddf0 100644 --- a/driver/compile.ml +++ b/driver/compile.ml @@ -40,7 +40,7 @@ let initial_env () = then Env.initial else Env.open_pers_signature "Pervasives" Env.initial with Not_found -> - fatal_error "cannot open Pervasives.cmi" + fatal_error "cannot open pervasives.cmi" (* Optionally preprocess a source file *) |