aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqworkmgr.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/coqworkmgr.ml')
-rw-r--r--tools/coqworkmgr.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqworkmgr.ml b/tools/coqworkmgr.ml
index 68aadcfcc..bfea141bb 100644
--- a/tools/coqworkmgr.ml
+++ b/tools/coqworkmgr.ml
@@ -169,7 +169,7 @@ let main () =
"-j",Arg.Set_int max_tokens, "max number of concurrent jobs";
"-d",Arg.Set debug, "do not detach (debug)"] in
let usage =
- "Prints on stdout an env variable assignement to be picked up by coq\n"^
+ "Prints on stdout an env variable assignment to be picked up by coq\n"^
"instances in order to limit the maximum number of concurrent workers.\n"^
"The default value is 2.\n"^
"Usage:" in