diff options
| author | ppedrot | 2013-08-10 17:45:49 +0000 |
|---|---|---|
| committer | ppedrot | 2013-08-10 17:45:49 +0000 |
| commit | f22f835540a9bc03bf6238d946d550272817e22a (patch) | |
| tree | e530108476de571381fcd25f3a563fc90215f549 /lib | |
| parent | ef21afeec21523a79049e9021712a3f52451cd3a (diff) | |
Small typos
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16695 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/future.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 "^ |
