diff options
author | Damien Doligez <damien.doligez-inria.fr> | 1999-11-08 15:36:21 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 1999-11-08 15:36:21 +0000 |
commit | 31642e52d74d2ec34265f0922ecb3470acde47f9 (patch) | |
tree | c18770c21c5bd9e1561ae88c532eb676fc0af614 /byterun/fail.c | |
parent | 55df3c20f0f4883ae610470ad4a43e7442f645c9 (diff) |
faute d'orthographe dans un message d'erreur
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2477 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/fail.c')
-rw-r--r-- | byterun/fail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/fail.c b/byterun/fail.c index 4393d94e6..0e328373d 100644 --- a/byterun/fail.c +++ b/byterun/fail.c @@ -87,7 +87,7 @@ static struct { void raise_out_of_memory(void) { if (out_of_memory_bucket.exn == 0) - fatal_error("Fatal eror: out of memory while raising Out_of_memory\n"); + fatal_error("Fatal error: out of memory while raising Out_of_memory\n"); mlraise((value) &(out_of_memory_bucket.exn)); } |