From a8984485109c6e6a0fb034325e761f9b4a6f80a4 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 24 Jul 2018 13:19:55 +0200 Subject: [PATCH] Fix typo in comment Signed-off-by: Rudi Grinberg --- src/compilation_context.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compilation_context.mli b/src/compilation_context.mli index a3e9838b..5b15c1d4 100644 --- a/src/compilation_context.mli +++ b/src/compilation_context.mli @@ -6,7 +6,7 @@ open Import A compilation context contains all the necessary information to preprocess and compile OCaml source files. Exactly one compilation - context is associated to each library, executable and executbales + context is associated to each library, executable and executables stanza. *) type t