From f22f835540a9bc03bf6238d946d550272817e22a Mon Sep 17 00:00:00 2001 From: ppedrot Date: Sat, 10 Aug 2013 17:45:49 +0000 Subject: Small typos git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16695 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/future.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/future.ml b/lib/future.ml index 9333089fbe..a9a5ee5880 100644 --- a/lib/future.ml +++ b/lib/future.ml @@ -17,7 +17,7 @@ let _ = Errors.register_handler (function | NotReady -> Pp.strbrk("The value you are asking for is not ready yet. " ^ "Please wait or pass "^ - "the \"-coq-slaves off\" option to CoqIDE to disable"^ + "the \"-coq-slaves off\" option to CoqIDE to disable "^ "asynchronous script processing.") | NotHere -> Pp.strbrk("The value you are asking for is not available "^ -- cgit v1.2.3