--- a/doc/book/en/intro/concepts/index.rst Wed Feb 03 19:26:35 2010 +0100
+++ b/doc/book/en/intro/concepts/index.rst Wed Feb 03 20:33:49 2010 +0100
@@ -99,7 +99,7 @@
Web Engine
----------
-The web engine replies to http._cwuests and runs the user interface
+The web engine replies to http requests and runs the user interface
and most of the application logic.
By default the web engine provides a default user interface based on
@@ -228,7 +228,7 @@
Result set
~~~~~~~~~~
-Every._cwuest made (using RQL) to the data repository returns an
+Every request made (using RQL) to the data repository returns an
object we call a Result Set. It enables easy use of the retrieved
data, providing a translation layer between the backend's native
datatypes and |cubicweb| schema's EntityTypes.