diff --git a/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki b/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki
index d14d0261..0c653de2 100644
--- a/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki
+++ b/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki
@@ -28,6 +28,6 @@ This is all the creation procedure should do. Make sure it terminates with the p
Now you can start using EiffelVision as you are used to, by sending GUI requests to the EV_APPLICATION object:
* For requests coming from the same processor just use the EV_APPLICATION object directly.
-* For requests coming from another processor, you need access to that object; you can get through the feature ev_separate_application of class EV_SHARED_APPLICATION.
+* For requests coming from another processor, you can get the access through the feature ev_separate_application of class EV_SHARED_APPLICATION.
That's all! Happy concurrent Eiffeling.
\ No newline at end of file