From 65af3ed6ef638ea46229bd64c1a10cec3e5a34d8 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 8 Nov 2014 23:10:24 +0100 Subject: Correection. --- README.md | 2 +- judge/core.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebff8f5..781bcec 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ standard et jouent leur coups sur la sortie standard. Organisation des fichiers ------------------------- -juge/ +judge/ *.ml le code du juge protocol.ml encodeur et décodeur pour le protocole décrit plus bas core.ml la partie principale diff --git a/judge/core.ml b/judge/core.ml index e7c44e8..7012118 100644 --- a/judge/core.ml +++ b/judge/core.ml @@ -112,7 +112,7 @@ module C (G: GAME) : CORE = struct ] in Arg.parse args (fun s -> game_dir := s) - "Usage: juge "; + "Usage: judge "; if !game_dir = "" then begin Format.eprintf "Error: no game directory specified.@."; exit 1 -- cgit v1.2.3