aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/future.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/future.ml b/lib/future.ml
index 191fc3fdd..b6cb498c6 100644
--- a/lib/future.ml
+++ b/lib/future.ml
@@ -22,7 +22,7 @@ let _ = Errors.register_handler (function
| NotHere ->
Pp.strbrk("The value you are asking for is not available "^
"in this process. If you really need this, pass "^
- "the \"-async-proofs off\" option to CoqIDE to disable"^
+ "the \"-async-proofs off\" option to CoqIDE to disable "^
"asynchronous script processing.")
| _ -> raise Errors.Unhandled)