summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2004-11-30 17:06:19 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2004-11-30 17:06:19 +0000
commit618f175a36ee69606537e9d0f5d019f9cf1694ec (patch)
treecd2e37bef6ffc34b774b5cfc13ed427b470cd2bb /otherlibs/win32unix
parent9a0f715af8dbad26e71cd149cdfb29f94b611f17 (diff)
Typo dans message d'erreur
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6718 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix')
-rw-r--r--otherlibs/win32unix/unix.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/unix.ml b/otherlibs/win32unix/unix.ml
index 240857943..ef3bcdc5e 100644
--- a/otherlibs/win32unix/unix.ml
+++ b/otherlibs/win32unix/unix.ml
@@ -872,7 +872,7 @@ let shutdown_connection inchan =
shutdown (descr_of_in_channel inchan) SHUTDOWN_SEND
let establish_server server_fun sockaddr =
- invalid_arg "Unix.establish_server not implmented"
+ invalid_arg "Unix.establish_server not implemented"
(* Terminal interface *)