From e252761949b7cb1a5aa977909b9e9fb97961c4cc Mon Sep 17 00:00:00 2001 From: Philipp Siegmantel Date: Sun, 23 Sep 2012 17:14:31 +0300 Subject: [PATCH] typo in opam.ml --- src/opam.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opam.ml b/src/opam.ml index 17e968c4f8f..8c3728b890b 100644 --- a/src/opam.ml +++ b/src/opam.ml @@ -77,7 +77,7 @@ let init = help = "Create the initial config files"; specs = [ ("-comp" , Arg.String (fun s -> comp := Some (OCaml_V.of_string s)), " Which compiler version to use"); - ("-cores", Arg.Set_int cores , " Set the nomber of cores"); + ("-cores", Arg.Set_int cores , " Set the number of cores"); ("-kind" , Arg.String (fun s -> kind := Some s) , " Set the repository kind"); ("-no-base-packages", Arg.Clear Globals.base_packages, " Do not install the base packages"); ];